diff --git a/remix-lib/src/ui/style-guide.js b/remix-lib/src/ui/style-guide.js index 057ae37487..52e4f1cdbd 100644 --- a/remix-lib/src/ui/style-guide.js +++ b/remix-lib/src/ui/style-guide.js @@ -656,7 +656,7 @@ function styleGuide () { debuggerTab: { text_Primary: appProperties.mainText_Color, text_Secondary: appProperties.supportText_Color, - text_BgHighlight: appProperties.highlight_BackgroundColor, + text_BgHighlight: appProperties.highlight_BackgroundColor, box_Debugger: appProperties.uiElements.solidBorderBox({ BackgroundColor: appProperties.solidBorderBox_BackgroundColor, diff --git a/remix-lib/src/ui/styleGuideDark.js b/remix-lib/src/ui/styleGuideDark.js index db94501de2..53170c9e30 100644 --- a/remix-lib/src/ui/styleGuideDark.js +++ b/remix-lib/src/ui/styleGuideDark.js @@ -668,7 +668,7 @@ function styleGuideDark () { debuggerTab: { text_Primary: appProperties.mainText_Color, text_Secondary: appProperties.supportText_Color, - text_BgHighlight: appProperties.highlight_BackgroundColor, + text_BgHighlight: appProperties.highlight_BackgroundColor, box_Debugger: appProperties.uiElements.solidBorderBox({ BackgroundColor: appProperties.solidBorderBox_BackgroundColor,