Merge pull request #690 from ethereum/runTabTransactionActions

Add additionalText_Color to runTab for PR#1053 in Remix-IDE
pull/3094/head
yann300 7 years ago committed by GitHub
commit 4ee0f43015
  1. 3
      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

Loading…
Cancel
Save