Missing --error-extra-color for carbon.css

Added the missing error extra color, without this it defaults to the text color. 
Also changing the colorful variants to match.
This commit is contained in:
Ahmad-A0 2021-01-12 13:32:37 +00:00 committed by GitHub
parent d1c70cf8d3
commit 18c9dc5580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
--sub-color: #616161;
--text-color: #f5e6c8;
--error-color: #e72d2d;
--colorful-error-color: #b62828;
--colorful-error-color: #a5e72d;
--colorful-error-extra-color: #74a120;
--error-extra-color: #7e2a33;
--colorful-error-color: #e72d2d;
--colorful-error-extra-color: #7e2a33;
}