From 7efc9ca74dd4342f2f907213fb95b6dd54110c67 Mon Sep 17 00:00:00 2001 From: lainsce Date: Sun, 4 Aug 2024 17:34:55 -0300 Subject: [PATCH] Fixing this which was broken --- Helium/gtk-4.0/_tauos.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Helium/gtk-4.0/_tauos.scss b/Helium/gtk-4.0/_tauos.scss index 7f1b30b..7e8d165 100644 --- a/Helium/gtk-4.0/_tauos.scss +++ b/Helium/gtk-4.0/_tauos.scss @@ -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;