diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 0fd45b9039..ed2f168817 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 }),