From da39e251913d1bbe31c3fd41aaa21031fb02d1d4 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Tue, 5 Dec 2017 18:39:20 +0100 Subject: [PATCH] update to style-guide --- remix-lib/src/ui/style-guide.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/remix-lib/src/ui/style-guide.js b/remix-lib/src/ui/style-guide.js index b17bd4ccc4..a4b1575f8c 100644 --- a/remix-lib/src/ui/style-guide.js +++ b/remix-lib/src/ui/style-guide.js @@ -667,7 +667,7 @@ function styleGuide () { box_Debugger: appProperties.uiElements.solidBorderBox({ BackgroundColor: appProperties.solidBorderBox_BackgroundColor, - BorderColor: appProperties.solidBorderBox_BorderColor, + BorderColor: appProperties.solidBorderBox_BackgroundColor, Color: appProperties.solidBorderBox_TextColor }), @@ -708,7 +708,7 @@ function styleGuide () { box_AnalysisContainer: appProperties.uiElements.solidBorderBox({ BackgroundColor: appProperties.solidBorderBox_BackgroundColor, - BorderColor: appProperties.solidBorderBox_BorderColor, + BorderColor: appProperties.solidBorderBox_BackgroundColor, Color: appProperties.solidBorderBox_TextColor }) }, @@ -719,7 +719,7 @@ function styleGuide () { supportTab: { box_IframeContainer: appProperties.uiElements.solidBorderBox({ BackgroundColor: appProperties.solidBorderBox_BackgroundColor, - BorderColor: appProperties.solidBorderBox_BorderColor, + BorderColor: appProperties.solidBorderBox_BackgroundColor, Color: appProperties.solidBorderBox_TextColor }),