Skip to content

Commit

Permalink
[fix](@svelteui/demos): fix default value for variant in ActionIcon c…
Browse files Browse the repository at this point in the history
…onfigurator

ISSUES CLOSED: #465
  • Loading branch information
BeeMargarida committed Sep 28, 2023
1 parent fed606c commit 5d5837b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
{ label: 'default', value: 'default' },
{ label: 'transparent', value: 'transparent' }
],
initialValue: 'default',
defaultValue: 'default'
initialValue: 'hover',
defaultValue: 'hover'
},
{ name: 'disabled', type: 'boolean', initialValue: false, defaultValue: false },
{ name: 'loading', type: 'boolean', initialValue: false, defaultValue: false }
Expand Down

0 comments on commit 5d5837b

Please sign in to comment.