mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat(themeCreator): add save theme button
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user