style(ui): refine login card shape and divider spacing #439

Merged
jason.woltje merged 1 commits from fix/login-form-tweaks into main 2026-02-22 06:19:24 +00:00
Owner

Summary

  • Remove top border-radius from AuthCard (flat top, rounded bottom corners)
  • Add overflow-hidden so rainbow gradient bar stays within card bounds
  • Increase AuthDivider vertical margin (my-5 to my-8) for more breathing room around "OR CONTINUE WITH"

Test plan

  • All 1132 unit tests pass
  • Pre-commit hooks pass
  • CI green
  • Visual verification after deploy
## Summary - Remove top border-radius from AuthCard (flat top, rounded bottom corners) - Add overflow-hidden so rainbow gradient bar stays within card bounds - Increase AuthDivider vertical margin (my-5 to my-8) for more breathing room around "OR CONTINUE WITH" ## Test plan - [x] All 1132 unit tests pass - [x] Pre-commit hooks pass - [ ] CI green - [ ] Visual verification after deploy
jason.woltje added 1 commit 2026-02-22 06:16:11 +00:00
style(ui): refine login card shape and divider spacing
All checks were successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
ci/woodpecker/push/web Pipeline was successful
1c680c11be
- Remove top border-radius from AuthCard (flat top edge, rounded bottom)
- Add overflow-hidden so rainbow gradient bar stays within card bounds
- Remove rounded-t-2xl from gradient bar (no longer needed)
- Increase AuthDivider vertical margin from my-5 to my-8
- Update test selector to match new rounded-b-2xl class

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 17144b1c42 into main 2026-02-22 06:19:24 +00:00
jason.woltje deleted branch fix/login-form-tweaks 2026-02-22 06:19:24 +00:00
Sign in to join this conversation.