diff --git a/src/app/components/project-map/project-map.component.scss b/src/app/components/project-map/project-map.component.scss index 4665b7b9..d795d675 100644 --- a/src/app/components/project-map/project-map.component.scss +++ b/src/app/components/project-map/project-map.component.scss @@ -112,6 +112,7 @@ g.node:hover { mat-icon { font-size: 20px; + color: white; } .menu-button { @@ -149,6 +150,10 @@ g.node:hover { &.lightTheme { background-color: rgba(244, 248, 252, 0.95) !important; + mat-icon { + color: black; + } + .menu-button { opacity: 0.7; } diff --git a/src/app/components/topology-summary/topology-summary.component.ts b/src/app/components/topology-summary/topology-summary.component.ts index f446bdd7..a7891086 100644 --- a/src/app/components/topology-summary/topology-summary.component.ts +++ b/src/app/components/topology-summary/topology-summary.component.ts @@ -77,7 +77,7 @@ export class TopologySummaryComponent implements OnInit, OnDestroy { this.computes = computes; }); - this.style = { top: '60px', right: '0px', width: '320px', height: '400px'}; + this.style = { top: '60px', right: '0px', width: '320px', height: '400px'}; } toggleDragging(value: boolean) {