Skip to content

Commit

Permalink
fix: Fix login component width
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM committed Jan 13, 2025
1 parent a17fa38 commit 4e9c718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const LoginForm = ({ onSignUpClick }) => {
alignItems="center"
gap={2}
p={8}
style={{ backgroundColor: 'var(--background-color)', borderRadius: 20, width: '250px' }}
style={{ backgroundColor: 'var(--background-color)', borderRadius: 20,}}
>
<Typography variant="h2" fontSize={45} style={{ textAlign: 'center' }}>
Login
Expand Down

0 comments on commit 4e9c718

Please sign in to comment.