Skip to content

Commit

Permalink
Fixing this which was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 4, 2024
1 parent db4c93c commit 7efc9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,9 @@ $colors: (
margin: px-to-rem(18px);
}
.overlay-button {
padding: px-to-rem(16px);
min-width: px-to-rem(24px);
min-height: px-to-rem(24px);
padding: 16px;
min-width: 24px;
min-height: 24px;
border-radius: px-to-rem(9999px);
background: bg-color(2);
color: $accent_color;
Expand Down

0 comments on commit 7efc9ca

Please sign in to comment.