We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bde16 commit e559c40Copy full SHA for e559c40
1 file changed
Helium/gtk-4.0/_tauos.scss
@@ -1453,12 +1453,12 @@ $colors: (
1453
transition: all 150ms ease-in-out;
1454
1455
&:hover {
1456
- background: $surface_bg_color;
+ background: $surface_container_bg_color;
1457
color: $accent_color;
1458
}
1459
1460
&:active {
1461
+ background: $surface_container_high_bg_color;
1462
color: $accent_fg_color;
1463
1464
0 commit comments