diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css
index 7fe879a30..1364f4a1d 100644
--- a/public/css/index-tailwind-output.css
+++ b/public/css/index-tailwind-output.css
@@ -7150,6 +7150,11 @@ svg.apply-fill path {
margin-right: 0.25rem;
}
+ .sm\:mx-2 {
+ margin-left: 0.5rem;
+ margin-right: 0.5rem;
+ }
+
.sm\:mt-2 {
margin-top: 0.5rem;
}
@@ -7158,10 +7163,6 @@ svg.apply-fill path {
margin-right: 0.25rem;
}
- .sm\:mr-2 {
- margin-right: 0.5rem;
- }
-
.sm\:mb-0 {
margin-bottom: 0px;
}
@@ -7182,6 +7183,10 @@ svg.apply-fill path {
height: 6rem;
}
+ .sm\:h-11 {
+ height: 2.75rem;
+ }
+
.sm\:h-64 {
height: 16rem;
}
@@ -7206,6 +7211,10 @@ svg.apply-fill path {
width: 50%;
}
+ .sm\:w-11 {
+ width: 2.75rem;
+ }
+
.sm\:w-auto {
width: auto;
}
@@ -7319,6 +7328,11 @@ svg.apply-fill path {
margin-right: 0.5rem;
}
+ .md\:mx-4 {
+ margin-left: 1rem;
+ margin-right: 1rem;
+ }
+
.md\:mt-5 {
margin-top: 1.25rem;
}
diff --git a/src/UI/BigComponents/ThemeButton.svelte b/src/UI/BigComponents/ThemeButton.svelte
index 9148d9844..49d8ce3e0 100644
--- a/src/UI/BigComponents/ThemeButton.svelte
+++ b/src/UI/BigComponents/ThemeButton.svelte
@@ -86,11 +86,11 @@
{#if theme.id !== personal.id || $unlockedPersonal}
-
-
+
+
-
+
{#if selected}