dark theme, tiny fix

pull/1/head
yann300 6 years ago
parent 0f99a72f9a
commit b27700e0ff
  1. 2
      src/app/tabs/compile-tab.js
  2. 6
      src/app/ui/styles-guide/styleGuideDark.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;

@ -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
}),

Loading…
Cancel
Save