Skip to content

Commit

Permalink
Update src/lib/holocene/menu/menu-item.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Edfort <[email protected]>
  • Loading branch information
stevekinney and rossedfort authored Feb 13, 2024
1 parent 6e2a6d5 commit 5b14fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/holocene/menu/menu-item.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
{:else}
<li
role="menuitem"
class={merge('menu-item {theme}', className)}
class={merge('menu-item', theme, className)}
class:destructive
class:disabled
aria-hidden={disabled ? 'true' : 'false'}
Expand Down

0 comments on commit 5b14fed

Please sign in to comment.