feat: add error color variable to styles for improved UI feedback

This commit is contained in:
itsscb 2025-03-05 22:43:25 +01:00
parent b4d3ad6ac8
commit 92ee2dc05f

View File

@ -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 {