updated variable for success color

This commit is contained in:
Edward Tirado Jr 2026-04-20 14:55:13 -05:00
parent 199affd2d6
commit 16807c2205
2 changed files with 2 additions and 1 deletions

View file

@ -9,5 +9,6 @@
--color-button-warning: #f59e0b;
--color-button-danger: #fb3b3b;
--color-action-button-text: #fff;
--color-success-text: #4caf50;
--color-error-text: #fb3b3b;
}

View file

@ -59,6 +59,6 @@ const handlePasswordReset = async () => {
}
.success-message {
color: var(--color-button-primary);
color: var(--color-success-text);
}
</style>