Skip to content

Commit

Permalink
Fix this amount of mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 12, 2024
1 parent 13255f3 commit 3da92fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ $colors: (
}

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

&:hover {
background: state-color(
gtkmix($color, $suggested_container_bg_color, 0.5),
gtkmix($color, $suggested_container_bg_color, 0.8),
$color,
1
);
Expand All @@ -330,7 +330,7 @@ $colors: (

&:active {
background: state-color(
gtkmix($color, $suggested_container_bg_color, 0.5),
gtkmix($color, $suggested_container_bg_color, 0.8),
$color,
2
);
Expand Down

0 comments on commit 3da92fa

Please sign in to comment.