From 12dfb4221581ff1037ea2086d38cee102560ef24 Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Tue, 3 Sep 2024 23:00:12 +0000 Subject: [PATCH] commented out the outline for accent color buttons --- themeSwitcher.nim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themeSwitcher.nim b/themeSwitcher.nim index cf7b283..d19475d 100644 --- a/themeSwitcher.nim +++ b/themeSwitcher.nim @@ -25,10 +25,10 @@ const border-radius: 30px; } -.accent-button.suggested-action { - outline-color: black; - outline-width: 1px; - outline-offset: -9px; +#.accent-button.suggested-action { +# outline-color: black; +# outline-width: 1px; +# outline-offset: -9px; }""" appID = "com.tromjaro.ThemeSwitcher" appLogo = "tromjaro-theme-switcher"