Added color red to Text component

• Added:
- color red/error to Text component
This commit is contained in:
mgabdev
2020-09-11 17:55:24 -05:00
parent b608453939
commit dc23cca222
2 changed files with 2 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ pre {
.cPrimary { color: var(--text_color_primary); }
.cBlack { color: var(--color_black); }
.cError { color: var(--color_red); }
.cWhite { color: var(--color_white); }
.cWhite_onHover:hover { color: var(--color_white); }