Skip to content

Commit 4e73566

Browse files
committed
Fix text on tint buttons
1 parent 6ab8598 commit 4e73566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helium/gtk-4.0/_tauos.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ $colors: (
315315

316316
.tint-button.#{$name} {
317317
background: gtkmix($color, $suggested_container_bg_color, 0.5);
318-
color: $suggested_container_fg_color;
318+
color: $suggested_fg_color;
319319

320320
&:hover {
321321
background: state-color(

0 commit comments

Comments
 (0)