updated variable for success color
This commit is contained in:
parent
199affd2d6
commit
16807c2205
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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