Commit 3c3cce1a authored by yann300's avatar yann300

fix dark styling

parent 62dc31dd
...@@ -461,6 +461,7 @@ function styleGuideDark () { ...@@ -461,6 +461,7 @@ function styleGuideDark () {
text_Secondary: appProperties.supportText_Color, text_Secondary: appProperties.supportText_Color,
text_RegularLog: appProperties.mainText_Color, text_RegularLog: appProperties.mainText_Color,
text_InfoLog: appProperties.supportText_Color, text_InfoLog: appProperties.supportText_Color,
text_WarnLog: appProperties.warningText_Color,
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,
......
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