From e81c5caadafe34d28215fbb044d3f08e6faacbbd Mon Sep 17 00:00:00 2001 From: siddharthkp Date: Wed, 27 Nov 2019 14:53:33 +0100 Subject: [PATCH] active sidebar doesnt show focused item --- packages/common/src/themes/codesandbox-black.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/common/src/themes/codesandbox-black.js b/packages/common/src/themes/codesandbox-black.js index f80beccd019..42aec0d340c 100644 --- a/packages/common/src/themes/codesandbox-black.js +++ b/packages/common/src/themes/codesandbox-black.js @@ -151,14 +151,14 @@ const colors = { errorBorder: tokens.reds[500], }, list: { - activeSelectionBackground: tokens.grays[700], - activeSelectionForeground: tokens.white, dropBackground: tokens.grays[700], highlightForeground: tokens.blues[300], hoverBackground: tokens.grays[500], focusBackground: tokens.grays[500], - inactiveSelectionBackground: null, - inactiveSelectionForeground: null, + activeSelectionBackground: tokens.grays[500], + activeSelectionForeground: tokens.white, + inactiveSelectionBackground: tokens.grays[500], + inactiveSelectionForeground: tokens.white, warningForeground: tokens.yellow, errorForeground: tokens.reds[500], hoverForeground: null,