Skip to content

Commit

Permalink
Fix tinted
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 4, 2024
1 parent 2d1c505 commit bbd6eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ $colors: (

.tint-button.#{$name} {
background: gtkmix($color, $suggested_container_bg_color, 0.5);
color: gtkmix($color, $suggested_container_fg_color, 0.66);
color: gtkmix($color, $suggested_fg_color, 0.66);

&:hover {
background: state-color(
Expand Down

0 comments on commit bbd6eac

Please sign in to comment.