feat(ThemeCreator): add image uploading

This commit is contained in:
SethBurkart123
2024-10-04 12:21:38 +10:00
parent d624e9df32
commit a140bf02e0
2 changed files with 49 additions and 41 deletions
@@ -29,7 +29,7 @@
</script>
<div
class="flex w-14 p-1 cursor-pointer transition-all duration-500 rounded-full dark:bg-[#38373D] bg-[#DDDDDD] switch"
class="flex w-14 p-1 cursor-pointer transition-all duration-150 rounded-full dark:bg-[#38373D] bg-[#DDDDDD] switch"
data-ison={state}
onclick={() => onChange(!state)}
onkeydown={(e) => e.key === "Enter" && onChange(!state)}