Skip to content

Commit fbba940

Browse files
committed
fix(themes): use proper color from dark palette
1 parent a1a532e commit fbba940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const darkTheme: DarkTheme = {
1717
350: '#595959',
1818
400: '#666666',
1919
450: '#737373',
20-
500: '#898989',
20+
500: '#808080',
2121
550: '#8c8c8c',
2222
600: '#999999',
2323
650: '#a6a6a6',

0 commit comments

Comments
 (0)