diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css
index af946e322..194f75757 100644
--- a/public/css/index-tailwind-output.css
+++ b/public/css/index-tailwind-output.css
@@ -2440,6 +2440,10 @@ button,
color: var(--low-interaction-foreground);
}
+.theme-button {
+ margin: 0 !important;
+}
+
.button-shadow {
box-shadow: 0 5px 10px #88888888;
}
diff --git a/src/UI/BigComponents/ThemeButton.svelte b/src/UI/BigComponents/ThemeButton.svelte
index 468c70e95..3f8809ba0 100644
--- a/src/UI/BigComponents/ThemeButton.svelte
+++ b/src/UI/BigComponents/ThemeButton.svelte
@@ -85,7 +85,7 @@
{#if theme.id !== personal.id || $unlockedPersonal}
-
+
diff --git a/src/index.css b/src/index.css
index 59319e214..49247d260 100644
--- a/src/index.css
+++ b/src/index.css
@@ -204,6 +204,10 @@ button,
color: var(--low-interaction-foreground);
}
+.theme-button {
+ margin: 0 !important;
+}
+
.button-shadow {
box-shadow: 0 5px 10px #88888888;
}