From e50903aab7d67e44baa81858860e23ea4ca765e8 Mon Sep 17 00:00:00 2001
From: rokosun <rokosun@noreply.git.trom.tf>
Date: Sat, 28 Oct 2023 08:30:04 +0200
Subject: [PATCH] Use the px unit for setting icon size

---
 themeSwitcher.nim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themeSwitcher.nim b/themeSwitcher.nim
index 2c046a7..160de63 100644
--- a/themeSwitcher.nim
+++ b/themeSwitcher.nim
@@ -9,7 +9,7 @@ const
   # Set the directory path where icons are stored
   iconsDir = "/usr/share/tromjaro-theme-switcher/icons"
   # GTK CSS for overriding the default icon size of buttons
-  gtkCSS = "button { -gtk-icon-size: 22mm; }"
+  gtkCSS = "button { -gtk-icon-size: 85px; }"
   themeColors = ["Grey", "Pink", "Green", "Orange", "Purple", "Yellow", "Teal"]
   themeStyles = ["Light", "Nord", "Dark", "Dark-Nord"]