feat(themeCreator): add save theme button

This commit is contained in:
SethBurkart123
2024-10-04 12:29:36 +10:00
parent a140bf02e0
commit d7a38a273c
@@ -226,5 +226,13 @@
] as SettingItem[] as setting} ] as SettingItem[] as setting}
{@render settingItem(setting)} {@render settingItem(setting)}
{/each} {/each}
<button
onclick={() => {
console.log(theme)
}}
class="w-full px-4 py-2 mt-3 text-[13px] dark:text-white transition rounded-xl bg-zinc-200 dark:bg-zinc-700/50">
Save Theme
</button>
</div> </div>
</div> </div>