account-page-password-reset #14

Merged
tiradoe merged 3 commits from account-page-password-reset into main 2026-04-20 20:10:23 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 16807c2205 - Show all commits

View file

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

View file

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