Skip to content

Commit 3da92fa

Browse files
committed
Fix this amount of mixing
1 parent 13255f3 commit 3da92fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Helium/gtk-4.0/_tauos.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@ $colors: (
316316
}
317317

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

322322
&:hover {
323323
background: state-color(
324-
gtkmix($color, $suggested_container_bg_color, 0.5),
324+
gtkmix($color, $suggested_container_bg_color, 0.8),
325325
$color,
326326
1
327327
);
@@ -330,7 +330,7 @@ $colors: (
330330

331331
&:active {
332332
background: state-color(
333-
gtkmix($color, $suggested_container_bg_color, 0.5),
333+
gtkmix($color, $suggested_container_bg_color, 0.8),
334334
$color,
335335
2
336336
);

0 commit comments

Comments
 (0)