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 ce4d1a0 commit 7e1e9d0Copy full SHA for 7e1e9d0
packages/common/src/themes/codesandbox-black.js
@@ -154,9 +154,9 @@ const colors = {
154
activeSelectionBackground: tokens.grays[700],
155
activeSelectionForeground: tokens.white,
156
dropBackground: tokens.grays[700],
157
- focusBackground: tokens.grays[700],
158
highlightForeground: tokens.blues[300],
159
hoverBackground: tokens.grays[500],
+ focusBackground: tokens.grays[500],
160
inactiveSelectionBackground: null,
161
inactiveSelectionForeground: null,
162
warningForeground: tokens.yellow,
0 commit comments