Merge pull request #690 from ethereum/runTabTransactionActions

Add additionalText_Color to runTab for PR#1053 in Remix-IDE
pull/7/head
yann300 7 years ago committed by GitHub
commit 0c2ac20d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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