Skip to content

Commit 1954189

Browse files
committed
fix(themes): add missing 0 border width
1 parent d29ce36 commit 1954189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/themes/base/default.tokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const defaultTheme: DefaultTheme = {
8787
},
8888

8989
borderWidth: {
90+
0: '0',
9091
25: '1px',
9192
50: '2px',
9293
75: '3px',

0 commit comments

Comments
 (0)