From 0d721bc898ad8f13fc996573b603986ffc76aa22 Mon Sep 17 00:00:00 2001
From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Date: Fri, 3 Oct 2025 15:31:58 +0530
Subject: [PATCH] chore: UI improvement in auth screens (#12573)
# Pull Request Template
## Type of change
### Screenshots
**Before**
**After**
## Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
---
app/javascript/v3/components/GoogleOauth/Button.vue | 2 +-
.../v3/views/auth/signup/components/Signup/Form.vue | 8 ++++----
app/javascript/v3/views/login/Index.vue | 9 +++++++--
package.json | 2 +-
pnpm-lock.yaml | 10 +++++-----
5 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/app/javascript/v3/components/GoogleOauth/Button.vue b/app/javascript/v3/components/GoogleOauth/Button.vue
index c6214e9c3..2d1fc5a4e 100644
--- a/app/javascript/v3/components/GoogleOauth/Button.vue
+++ b/app/javascript/v3/components/GoogleOauth/Button.vue
@@ -34,7 +34,7 @@ export default {