fix: pitchblack theme unpressed icons readability (#2324)
increase contrast so they're more readable.
This commit is contained in:
parent
02f1dad098
commit
746298a1f7
|
@ -33,9 +33,9 @@ $compose-background: darken($main-theme-color, 12%);
|
|||
--form-bg: #{$body-bg-color};
|
||||
--form-border: #{darken($border-color, 10%)};
|
||||
|
||||
--action-button-fill-color: #{lighten($main-theme-color, 20%)};
|
||||
--action-button-fill-color-hover: #{lighten($main-theme-color, 30%)};
|
||||
--action-button-fill-color-active: #{darken($main-theme-color, 40%)};
|
||||
--action-button-fill-color: #{lighten($main-theme-color, 50%)};
|
||||
--action-button-fill-color-hover: #{lighten($main-theme-color, 60%)};
|
||||
--action-button-fill-color-active: #{darken($main-theme-color, 70%)};
|
||||
--action-button-fill-color-pressed: #{lighten($main-theme-color, 85%)};
|
||||
--action-button-fill-color-pressed-hover: #{lighten($main-theme-color, 100%)};
|
||||
--action-button-fill-color-pressed-active: #{lighten($main-theme-color, 80%)};
|
||||
|
|
Loading…
Reference in New Issue