Skip to content

Commit

Permalink
Merge pull request #51 from rosset-nocpes/fix/login-bg
Browse files Browse the repository at this point in the history
fix(auth-modal): crop image on corners
  • Loading branch information
olexh authored Jul 2, 2024
2 parents b9b71d6 + 58fe21c commit 30665b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/modals/auth-modal/auth-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Component = ({
};

return (
<div className="grid grid-cols-1 lg:grid-cols-[40%_1fr]">
<div className="grid grid-cols-1 overflow-hidden rounded-[inherit] lg:grid-cols-[40%_1fr]">
<div className="relative hidden lg:block">
<Image
unoptimized
Expand Down

0 comments on commit 30665b0

Please sign in to comment.