Skip to content

Commit

Permalink
fix(list): support toggle button style
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Feb 13, 2025
1 parent 516cf1f commit 9a7b815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/list/NeoListBaseItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
elevation="0"
hover="-1"
active="-2"
checked={buttonProps?.toggle ? checked : undefined}
{readonly}
{disabled}
href={item?.href}
Expand Down

0 comments on commit 9a7b815

Please sign in to comment.