diff --git a/packages/common/src/themes/codesandbox-black.js b/packages/common/src/themes/codesandbox-black.js index 26e41cb6f1e..f80beccd019 100644 --- a/packages/common/src/themes/codesandbox-black.js +++ b/packages/common/src/themes/codesandbox-black.js @@ -154,9 +154,9 @@ const colors = { activeSelectionBackground: tokens.grays[700], activeSelectionForeground: tokens.white, dropBackground: tokens.grays[700], - focusBackground: tokens.grays[700], highlightForeground: tokens.blues[300], hoverBackground: tokens.grays[500], + focusBackground: tokens.grays[500], inactiveSelectionBackground: null, inactiveSelectionForeground: null, warningForeground: tokens.yellow,