From d7a8ebc4fd98aaf747f5b2d7eab1b5963d4da5b0 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Sun, 22 Feb 2026 11:55:35 -0600 Subject: [PATCH] style(ui): use padding for AuthDivider vertical spacing (#446) Switch my-8 to py-8 on AuthDivider so vertical spacing is internal padding, not affected by the parent space-y-0 override on the login page which was suppressing the top margin. Fixes #446 Co-Authored-By: Claude Sonnet 4.6 --- packages/ui/src/components/AuthSurface.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/AuthSurface.tsx b/packages/ui/src/components/AuthSurface.tsx index 7c2f97c..c0987db 100644 --- a/packages/ui/src/components/AuthSurface.tsx +++ b/packages/ui/src/components/AuthSurface.tsx @@ -153,7 +153,7 @@ export function AuthDivider({ return (
-- 2.49.1