Fix button group having no spacing by default
This commit is contained in:
parent
fd5dd8dd72
commit
820eeeafe5
|
@ -2,7 +2,7 @@
|
|||
import "@spectrum-css/buttongroup/dist/index-vars.css"
|
||||
|
||||
export let vertical = false
|
||||
export let gap = ""
|
||||
export let gap = "M"
|
||||
|
||||
$: gapStyle =
|
||||
gap === "L"
|
||||
|
|
Loading…
Reference in New Issue