Skip to content

Commit

Permalink
Fix switchbar design fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 30, 2024
1 parent cb765ec commit 8aaefe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1640,11 +1640,11 @@ $colors: (
color: $accent_color;
}
&:checked {
background: state-color($accent_color, 1);
background: state-color($accent_container_bg_color, 1);
color: $view_fg_color;
}
&:hover:checked {
background: state-color($accent_color, 2);
background: state-color($accent_container_bg_color, 2);
color: $accent_color;
}
}
Expand Down

0 comments on commit 8aaefe1

Please sign in to comment.