metropolis update

pull/7/head
Rob Stupay 7 years ago committed by yann300
parent 9c417a9553
commit 4581803908
  1. 3
      remix-lib/src/ui/style-guide.js

@ -477,6 +477,7 @@ function styleGuide () {
text_Primary: appProperties.mainText_Color,
text_Secondary: appProperties.supportText_Color,
text_Teriary: appProperties.sub_supportText_Color,
bar_Ghost: appProperties.ghostBar,
bar_Dragging: appProperties.draggingBar,
@ -525,7 +526,7 @@ function styleGuide () {
}),
box_CompileContainer: appProperties.uiElements.solidBorderBox({
BackgroundColor: appProperties.solidBorderBox_BackgroundColor,
BackgroundColor: appProperties.quaternary_BackgroundColor,
BorderColor: appProperties.solidBorderBox_BackgroundColor,
Color: appProperties.solidBorderBox_TextColor
}),

Loading…
Cancel
Save