Align sign-up email button with OIDC styling
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

This commit is contained in:
jelveh
2026-07-18 09:35:13 -07:00
parent 6a3ecaff2a
commit 81c69f243b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function UIWindowSignup(options) {
h += '</div>';
// "Sign up with email" button, shown only when OIDC providers are available
h += `<div class="signup-with-email-wrapper" style="display:none;">`;
h += `<button class="signup-with-email-btn button button-block button-normal">${i18n('sign_up_with_email')}</button>`;
h += `<button class="signup-with-email-btn oidc-btn button button-block button-normal">${i18n('sign_up_with_email')}</button>`;
h += `</div>`;
// terms and privacy
h += `<p class="signup-terms">${i18n('tos_fineprint', [], false)}</p>`;
+1 -1
View File
@@ -2126,7 +2126,7 @@ label {
.oidc-btn {
font-size: 14px;
color: #393939;
background-color: transparent;
background: transparent;
}
.error {