Skip to content

Commit

Permalink
Fix settings button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Mar 14, 2024
1 parent 2b7f092 commit 0313c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/main/_taskbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
// Buttons
.button__4f306 {
color: $white-overlay;
--interactive-normal: #{$white-overlay};
}

.withTagAsButton_cc125f:hover,
Expand All @@ -166,5 +167,6 @@

.button__4f306.enabled__470f0:hover {
color: $white;
--interactive-normal: #{$white};
}
}

0 comments on commit 0313c17

Please sign in to comment.