1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fix button group having no spacing by default

This commit is contained in:
Andrew Kingston 2023-11-23 14:13:16 +00:00
parent fd5dd8dd72
commit 820eeeafe5

View file

@ -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"