refac: styling

This commit is contained in:
Timothy J. Baek
2024-05-27 13:22:24 -07:00
parent 4685f523b6
commit f3527df644
7 changed files with 132 additions and 23 deletions

View File

@@ -10,6 +10,7 @@
<DropdownMenu.Root
bind:open={show}
closeFocus={false}
onOpenChange={(state) => {
dispatch('change', state);
}}