fix: adaptive theme colour looking all wonky

This commit is contained in:
SethBurkart123
2026-03-18 10:21:37 +11:00
parent 2f6e551e22
commit f1c55e127c
+3 -1
View File
@@ -225,7 +225,8 @@
{@render Setting(option)} {@render Setting(option)}
{/each} {/each}
<div class="p-1 my-1 bg-gradient-to-br from-white rounded-xl border shadow-sm to-zinc-100 border-zinc-200/50 dark:border-zinc-700/40 dark:to-zinc-900/50 dark:from-zinc-900/40"> <div class="border-none">
<div class="p-1 my-1 from-white to-zinc-100 bg-gradient-to-br rounded-xl border shadow-sm border-zinc-200/50 dark:border-zinc-700/40 dark:to-zinc-900/50 dark:from-zinc-900/40">
<div class="flex justify-between items-center px-4 py-3"> <div class="flex justify-between items-center px-4 py-3">
<div class="pr-4"> <div class="pr-4">
<h2 class="text-sm font-bold">Adaptive Theme Colour</h2> <h2 class="text-sm font-bold">Adaptive Theme Colour</h2>
@@ -253,6 +254,7 @@
</div> </div>
{/if} {/if}
</div> </div>
</div>
{#each pluginSettings as plugin} {#each pluginSettings as plugin}
<div class="border-none"> <div class="border-none">