feat: Implemented settings page

This commit is contained in:
Aleksi Lassila
2023-08-19 03:12:04 +03:00
parent 1609b5f24d
commit 834a615883
21 changed files with 1780 additions and 424 deletions

View File

@@ -6,7 +6,7 @@
export let placeholder = '';
const baseStyles =
'appearance-none p-1 px-3 selectable border border-zinc-800 rounded-lg bg-zinc-600 bg-opacity-20 text-zinc-200';
'appearance-none p-1 px-3 selectable border border-zinc-800 rounded-lg bg-zinc-600 bg-opacity-20 text-zinc-200 placeholder:text-zinc-700';
</script>
<div class="relative">