Commit 7a2a5d87 authored by ninabreznik's avatar ninabreznik Committed by yann300

Small fixes to Style guide

parent f7511bd3
...@@ -142,16 +142,16 @@ function styleGuide () { ...@@ -142,16 +142,16 @@ function styleGuide () {
/* ................. /* .................
PRIMARY PRIMARY
.................. */ .................. */
primaryButton_TextColor: css_properties.colors.white, primaryButton_TextColor: css_properties.colors.black,
primaryButton_BackgroundColor: css_properties.colors.blue, primaryButton_BackgroundColor: css_properties.colors.lightBlue,
primaryButton_BorderColor: css_properties.colors.blue, primaryButton_BorderColor: css_properties.colors.lightBlue,
/* ................. /* .................
SECONDARY SECONDARY
.................. */ .................. */
secondaryButton_TextColor: css_properties.colors.black, secondaryButton_TextColor: css_properties.colors.black,
secondaryButton_BackgroundColor: css_properties.colors.lightGrey, secondaryButton_BackgroundColor: css_properties.colors.veryLightGrey,
secondaryButton_BorderColor: css_properties.colors.lightGrey, secondaryButton_BorderColor: css_properties.colors.veryLightGrey,
/* ................. /* .................
SUCCESS SUCCESS
...@@ -567,9 +567,9 @@ var remix_properties = { ...@@ -567,9 +567,9 @@ var remix_properties = {
}), }),
button_Debugger: app_properties.uiElements.button({ button_Debugger: app_properties.uiElements.button({
BackgroundColor: app_properties.primaryButton_BackgroundColor, BackgroundColor: app_properties.secondaryButton_BackgroundColor,
BorderColor: app_properties.primaryButton_BorderColor, BorderColor: app_properties.secondaryButton_BorderColor,
Color: app_properties.primaryButton_TextColor Color: app_properties.secondaryButton_TextColor
}), }),
button_Debugger_icon_Color: app_properties.icon_Color, button_Debugger_icon_Color: app_properties.icon_Color,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment