Skip to content

Commit 7efc9ca

Browse files
committed
Fixing this which was broken
1 parent db4c93c commit 7efc9ca

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
@@ -664,9 +664,9 @@ $colors: (
664664
margin: px-to-rem(18px);
665665
}
666666
.overlay-button {
667-
padding: px-to-rem(16px);
668-
min-width: px-to-rem(24px);
669-
min-height: px-to-rem(24px);
667+
padding: 16px;
668+
min-width: 24px;
669+
min-height: 24px;
670670
border-radius: px-to-rem(9999px);
671671
background: bg-color(2);
672672
color: $accent_color;

0 commit comments

Comments
 (0)