Skip to content

Commit

Permalink
chore: signup bg
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 15, 2024
1 parent 5de1502 commit 94e0779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/signin/signin-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SignInForm = ({ className }: SignInFormProps) => {

return (
<div
className={cn("flex max-w-lg flex-col items-center space-y-4", className)}
className={cn("flex max-w-lg flex-col items-center rounded-lg bg-[#00000095] p-8 py-12 space-y-4", className)}
>
{/* Sign In Header */}
<Text className="text-4xl font-bold" variant="primary" glow="primary">
Expand Down
2 changes: 1 addition & 1 deletion src/components/signup/signup-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const SignUpForm = ({ className }: SignUpFormProps) => {

return (
<div
className={cn("flex max-w-lg flex-col items-center space-y-4", className)}
className={cn("flex max-w-lg flex-col items-center rounded-lg bg-[#00000095] p-8 py-12 space-y-4", className)}
>
<Text className="text-4xl font-bold" variant="primary" glow="primary">
SIGNUP
Expand Down

0 comments on commit 94e0779

Please sign in to comment.