Skip to content

Commit ad05435

Browse files
authored
CSB Black - bump up the contrast for line numbers (codesandbox#3851)
1 parent 1ea7a22 commit ad05435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/themes/codesandbox-black.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ const colors = {
8686
activeForeground: tokens.grays[300],
8787
},
8888
editorLineNumber: {
89-
foreground: tokens.grays[600],
90-
activeForeground: tokens.grays[400],
89+
foreground: tokens.grays[400],
90+
activeForeground: tokens.grays[200],
9191
},
9292
editorRuler: {
9393
foreground: tokens.white,

0 commit comments

Comments
 (0)