Fix debug button border color

pull/7/head
ninabreznik 7 years ago
parent dc2499d747
commit c540372eb6
  1. 4
      src/ui/styles/style-guide.js

@ -389,8 +389,8 @@ function styleGuide () {
button_Log_Details: appProperties.uiElements.button({
BackgroundColor: appProperties.secondaryButton_BackgroundColor,
BorderColor: appProperties.warningButton_BorderColor,
Color: appProperties.warningButton_TextColor
BorderColor: appProperties.secondaryButton_BorderColor,
Color: appProperties.secondaryButton_TextColor
})
},

Loading…
Cancel
Save