fix: update button ui component to have variant and size independent
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="settings-grid">
|
||||
<label>
|
||||
{label}
|
||||
<Button {icon} ariaLabel="Expand" type="mini" onclick={() => (expanded = !expanded)} />
|
||||
<Button {icon} ariaLabel="Expand" size="mini" onclick={() => (expanded = !expanded)} />
|
||||
</label>
|
||||
{#if expanded}
|
||||
{@render children()}
|
||||
|
||||
Reference in New Issue
Block a user