Skip to content

Commit ea6126b

Browse files
Update polaris-tokens/src/token-groups/space.ts
Co-authored-by: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com>
1 parent 677c37d commit ea6126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-tokens/src/token-groups/space.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type SpaceScale =
1919
| '28'
2020
| '32';
2121

22-
export type SpaceExperimentalScale = '1_5';
22+
type SpaceExperimentalScale = '1_5';
2323

2424
export type SpaceTokenName =
2525
| `space-${SpaceScale}`

0 commit comments

Comments
 (0)