style-guide update for std err

pull/7/head
Rob Stupay 7 years ago
parent d55677da28
commit 870699643a
  1. 2
      remix-lib/src/ui/style-guide.js
  2. 2
      remix-lib/src/ui/styleGuideDark.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,

@ -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,

Loading…
Cancel
Save