From b27700e0ff0a9cfda7230fe85d233f1a32339116 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 22 Oct 2018 13:15:26 +0200 Subject: [PATCH] dark theme, tiny fix --- src/app/tabs/compile-tab.js | 2 +- src/app/ui/styles-guide/styleGuideDark.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 17dd086717..9b26c56c22 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -568,7 +568,7 @@ const css = csjs` margin: 15px 15px 10px 0; } .copyButton { - ${styles.rightPanel.compileTab.button_Details}; + ${styles.rightPanel.compileTab.button_Publish}; padding: 0 7px; min-width: 50px; width: auto; diff --git a/src/app/ui/styles-guide/styleGuideDark.js b/src/app/ui/styles-guide/styleGuideDark.js index 22d1debddf..663304fb53 100644 --- a/src/app/ui/styles-guide/styleGuideDark.js +++ b/src/app/ui/styles-guide/styleGuideDark.js @@ -545,13 +545,13 @@ function styleGuideDark () { button_Details: appProperties.uiElements.button({ BackgroundColor: appProperties.secondaryButton_BackgroundColor, BorderColor: appProperties.secondaryButton_BorderColor, - Color: appProperties.secondaryButton_TextColor + Color: appProperties.primaryButton_TextColor }), button_Publish: appProperties.uiElements.button({ BackgroundColor: appProperties.secondaryButton_BackgroundColor, BorderColor: appProperties.secondaryButton_BorderColor, - Color: appProperties.secondaryButton_TextColor + Color: appProperties.teriaryButton_TextColor }), dropdown_CompileContract: appProperties.uiElements.dropdown({ @@ -561,7 +561,7 @@ function styleGuideDark () { }), box_CompileContainer: appProperties.uiElements.solidBorderBox({ - BackgroundColor: appProperties.quaternary_BackgroundColor, + BackgroundColor: appProperties.primary_BackgroundColor, BorderColor: appProperties.solidBorderBox_BackgroundColor, Color: appProperties.solidBorderBox_TextColor }),