Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
fix(dark theme exit icon): switch color to white when going into dark…
Browse files Browse the repository at this point in the history
… theme
  • Loading branch information
hopetambala committed Jun 10, 2019
1 parent fb77edd commit b7c60b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/features/visualization/Visualization.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@
animation: fadein 1s;
}

:global(.darkTheme) .viz :global(.viz-ring-menu){
fill: white !important;
}


.viz :global(circle.viz-bg-circle){
stroke: transparent;
fill: white !important;
Expand Down

0 comments on commit b7c60b2

Please sign in to comment.