Skip to content

Commit

Permalink
Fix gigabuttons
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 12, 2024
1 parent 3da92fa commit 99ee571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ $colors: (
&.toggle {
background: bg-color(3);
color: $view_fg_color;
padding: 0;
margin: 0;

&:hover {
background: state-color($surface_bg_color, $surface_fg_color, 1);
Expand Down Expand Up @@ -580,6 +582,8 @@ $colors: (
&.toggle {
background: bg-color(3);
color: $view_fg_color;
padding: 0;
margin: 0;

&:hover {
background: state-color($surface_bg_color, $surface_fg_color, 1);
Expand Down

0 comments on commit 99ee571

Please sign in to comment.