Skip to content

Commit fafed46

Browse files
committed
fix(themes): use proper stepped token
1 parent ae1dbd9 commit fafed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/themes/md/dark.tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const darkTheme: DarkTheme = {
3232
},
3333

3434
textColorStep: {
35-
50: '#f33f33',
35+
50: '#f3f3f3',
3636
100: '#e7e7e7',
3737
150: '#dbdbdb',
3838
200: '#d0d0d0',

0 commit comments

Comments
 (0)