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

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