Skip to content

Commit

Permalink
chore(Dropdown): fixed eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Mar 7, 2023
1 parent 2836ee8 commit 9a857da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/dropdown/Items.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export let placement: 'top' | 'bottom' | 'left' | 'right' = 'bottom';
export let alignment: 'start' | 'center' | 'end' = 'start';
export let offset: number = 2;
export let offset = 2;
const defaultClass =
'origin-top-right absolute z-10 border border-light-border-base dark:border-dark-border w-56 p-1 rounded-md shadow-xl dark:shadow-black py-1 bg-light-surface dark:bg-dark-surface';
Expand Down

0 comments on commit 9a857da

Please sign in to comment.