We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13255f3 commit 3da92faCopy full SHA for 3da92fa
Helium/gtk-4.0/_tauos.scss
@@ -316,12 +316,12 @@ $colors: (
316
}
317
318
.tint-button.#{$name} {
319
- background: gtkmix($color, $suggested_container_bg_color, 0.5);
+ background: gtkmix($color, $suggested_container_bg_color, 0.8);
320
color: gtkmix($color, $suggested_container_fg_color, 0.5);
321
322
&:hover {
323
background: state-color(
324
- gtkmix($color, $suggested_container_bg_color, 0.5),
+ gtkmix($color, $suggested_container_bg_color, 0.8),
325
$color,
326
1
327
);
@@ -330,7 +330,7 @@ $colors: (
330
331
&:active {
332
333
334
335
2
336
0 commit comments