From 709f6f3a22cdb40d924e7a0146e431cbcd5309c9 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Wed, 14 Feb 2018 01:11:26 +0000 Subject: [PATCH] Add additionalText_Color to runTab for PR#1053 in Remix-IDE --- remix-lib/src/ui/style-guide.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/remix-lib/src/ui/style-guide.js b/remix-lib/src/ui/style-guide.js index c945d03934..b7c1e84dfe 100644 --- a/remix-lib/src/ui/style-guide.js +++ b/remix-lib/src/ui/style-guide.js @@ -561,6 +561,9 @@ function styleGuide () { RUN TAB ::::::::::::::: */ runTab: { + + additionalText_Color: appProperties.additionalText_Color, + box_RunTab: appProperties.uiElements.solidBorderBox({ BackgroundColor: appProperties.solidBox_BackgroundColor, Color: appProperties.solidBox_TextColor