- First round of fixes for RC1
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m18s

This commit is contained in:
2026-02-13 16:43:57 -05:00
parent b25ebaaec0
commit d183e0a4b6
6 changed files with 14 additions and 6 deletions

View File

@@ -74,7 +74,7 @@
--fab-hover-bg: #5a67d8;
--fab-active-bg: #4c51bf;
--message-block-color: #fdfdfd;
--sub-message-color: #c1d0f1;
--sub-message-color: #9eaac4;
--sign-in-btn-bg: #fff;
--sign-in-btn-color: #2563eb;
--sign-in-btn-border: #2563eb;

View File

@@ -136,7 +136,7 @@
>. Please open the email and follow the instructions to verify your account.
</p>
<div class="card-actions">
<button class="form-btn" @click="goToLogin">Go to Sign In</button>
<button class="btn btn-primary" @click="goToLogin">Sign In</button>
</div>
</div>
</div>