Skip to content

Commit db3a158

Browse files
committed
WEB-46 Add supersize gap to match gap on current split components
1 parent 50947af commit db3a158

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sga-puck/lib/settings-fields.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const gapSettingsField: Field<string> = {
2727
{ label: "Medium (gap-4)", value: "gap-4" },
2828
{ label: "Large (gap-6)", value: "gap-6" },
2929
{ label: "Extra Large (gap-8)", value: "gap-8" },
30+
{ label: "Supersize (gap-16)", value: "gap-16" },
3031
],
3132
} as const;
3233

0 commit comments

Comments
 (0)