Skip to content

Commit 17d1390

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type BorderRadiusScale =
1212

1313
export type BorderWidthScale = '1' | '2' | '3' | '4' | '5';
1414

15-
export type BorderExperimentalWidthScale = '0_75' | '1_5';
15+
type BorderExperimentalWidthScale = '0_75' | '1_5';
1616

1717
export type BorderTokenName =
1818
| `border-radius-${BorderRadiusScale}`

0 commit comments

Comments
 (0)