Skip to content

Commit

Permalink
feat: improve menu look
Browse files Browse the repository at this point in the history
  • Loading branch information
shezard committed Feb 11, 2024
1 parent 75625f5 commit 3cee3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class:isOpen class="hidden">
<RadioGroup flexDirection="flex-col">
{#each $themes as theme}
<RadioItem bind:group={$currentTheme} name="pose-duration" value={theme} on:click={closeMenu}>
<RadioItem bind:group={$currentTheme} name="pose-duration" class="!text-left" value={theme} on:click={closeMenu}>
<span class="capitalize">{theme}</span>
</RadioItem>
{/each}
Expand Down

0 comments on commit 3cee3a7

Please sign in to comment.