style(ui): refine login card shape and divider spacing (#439)
Co-authored-by: Jason Woltje <jason@diversecanvas.com> Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #439.
This commit is contained in:
@@ -491,8 +491,8 @@ describe("LoginPage", (): void => {
|
||||
expect(screen.getByLabelText(/email/i)).toBeInTheDocument();
|
||||
});
|
||||
|
||||
// AuthCard uses rounded-2xl and p-6 sm:p-10
|
||||
const card = container.querySelector(".rounded-2xl");
|
||||
// AuthCard uses rounded-b-2xl and p-6 sm:p-10
|
||||
const card = container.querySelector(".rounded-b-2xl");
|
||||
expect(card).toHaveClass("p-6", "sm:p-10");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user