feat: add error color variable to styles for improved UI feedback
This commit is contained in:
parent
b4d3ad6ac8
commit
92ee2dc05f
@ -4,6 +4,7 @@
|
||||
--primary-background-color: rgba(51, 217, 178, 1.0);
|
||||
--primary-background-color-hover: rgba(33, 140, 116, 1.0);
|
||||
--primary-text-color: rgba(255, 255, 255, 1.0);
|
||||
--error-color: rgba(255, 82, 82, 1.0);
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user