Update login-reset-password.ftl

Update button to make them dark mode ready
This commit is contained in:
CN 2024-01-04 10:25:03 +01:00 committed by GitHub
parent cfdc776e03
commit 8bde49ce81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
<#elseif section="info">
${msg("emailInstruction")}
<#elseif section="nav">
<@link.kw color="secondary" href=url.loginUrl size="small">
<@link.kw color="secondary-2" href=url.loginUrl size="small">
${kcSanitize(msg("backToLogin"))?no_esc}
</@link.kw>
</#if>