From 516e0d72488dae85f2e187b979e43e6cc2e09047 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Tue, 16 Jan 2018 13:02:58 +0100 Subject: [PATCH] style-guide update for std err --- remix-lib/src/ui/style-guide.js | 2 +- remix-lib/src/ui/styleGuideDark.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,