feat(settings): add clear theme button

This commit is contained in:
sethburkart123
2024-09-06 17:35:01 +10:00
parent ac73056128
commit 573ac401be
@@ -2,4 +2,10 @@
</script> </script>
<div class="text-xl">theme tab</div> <div class="pt-4">
<button
class="w-full px-4 py-2 mb-4 text-[13px] text-white transition rounded-xl bg-zinc-700/50">
Clear Theme
</button>
</div>