Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit e9d0729

Browse files
authored
fix: #478 (#490)
1 parent b2c7892 commit e9d0729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-tokens/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const themeModes = {
3434
},
3535
dark: {
3636
...colors,
37-
primary: '#fff',
37+
primary: '#24394e',
3838
secondary: '#424242',
3939
background: '#1A202C',
4040
},

0 commit comments

Comments
 (0)