Skip to content

Commit

Permalink
Fix: Make Notify icon buttons dark in initial state, darker in hover (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Nov 8, 2022
1 parent 4b9385a commit 82c9181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/_defaults/_colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@
@notify-btn-hover: darken(@notify-btn, 10%);
@notify-btn-inverted-hover: @notify-btn-inverted;

@notify-icon: @notify;
@notify-icon: darken(@notify, 10%);
@notify-icon-inverted: @notify-inverted;

@notify-icon-hover: darken(@notify-icon, 10%);
@notify-icon-hover: darken(@notify, 15%);
@notify-icon-inverted-hover: @notify-icon-inverted;

// Drawer
Expand Down

0 comments on commit 82c9181

Please sign in to comment.