updated variable for success color
This commit is contained in:
parent
199affd2d6
commit
16807c2205
2 changed files with 2 additions and 1 deletions
|
|
@ -59,6 +59,6 @@ const handlePasswordReset = async () => {
|
|||
}
|
||||
|
||||
.success-message {
|
||||
color: var(--color-button-primary);
|
||||
color: var(--color-success-text);
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue