We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea7a22 commit ad05435Copy full SHA for ad05435
packages/common/src/themes/codesandbox-black.js
@@ -86,8 +86,8 @@ const colors = {
86
activeForeground: tokens.grays[300],
87
},
88
editorLineNumber: {
89
- foreground: tokens.grays[600],
90
- activeForeground: tokens.grays[400],
+ foreground: tokens.grays[400],
+ activeForeground: tokens.grays[200],
91
92
editorRuler: {
93
foreground: tokens.white,
0 commit comments