Commit a802ed50 authored by Rob Stupay's avatar Rob Stupay

update styleguide

parent 25c65e88
...@@ -117,6 +117,7 @@ function styleGuide () { ...@@ -117,6 +117,7 @@ function styleGuide () {
sub_supportText_Color: cssProperties.colors.greyBlueLight, sub_supportText_Color: cssProperties.colors.greyBlueLight,
specialText_Color: cssProperties.colors.greenZing, specialText_Color: cssProperties.colors.greenZing,
brightText_Color: cssProperties.colors.blueMascara, brightText_Color: cssProperties.colors.blueMascara,
oppositeText_Color: cssProperties.colors.black,
additionalText_Color: cssProperties.colors.desatGrey, additionalText_Color: cssProperties.colors.desatGrey,
errorText_Color: cssProperties.colors.strongRed, errorText_Color: cssProperties.colors.strongRed,
warningText_Color: cssProperties.colors.orange, warningText_Color: cssProperties.colors.orange,
...@@ -459,6 +460,7 @@ function styleGuide () { ...@@ -459,6 +460,7 @@ function styleGuide () {
text_ErrorLog: appProperties.errorText_Color, text_ErrorLog: appProperties.errorText_Color,
text_Title_TransactionLog: appProperties.infoText_Color, text_Title_TransactionLog: appProperties.infoText_Color,
text_Regular_TransactionLog: appProperties.supportText_Color, text_Regular_TransactionLog: appProperties.supportText_Color,
text_Button: appProperties.oppositeText_Color,
icon_Color_TogglePanel: appProperties.icon_Color, icon_Color_TogglePanel: appProperties.icon_Color,
icon_HoverColor_TogglePanel: appProperties.icon_HoverColor, icon_HoverColor_TogglePanel: appProperties.icon_HoverColor,
......
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