Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanZfsd committed Nov 9, 2024
1 parent 9d997ee commit c0e0f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ResponsiveAuthContainer = ({
padding={{
base: "2.25rem",
md: "2.5rem",
}}
}}
background="var(--gray-100, #EDF2F7)"
borderRadius="0.375rem"
justifyContent="center"
Expand All @@ -25,11 +25,11 @@ const ResponsiveAuthContainer = ({
width={{ md: "16rem" }}
sx={{
"@media (orientation: portrait)": {
width: {
width: {
md: "16rem",
},
},
}}
}}
justifyContent="center"
>
{children}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/pages/CreatePasswordPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const CreatePasswordPage = (): React.ReactElement => {
maxWidth="100vw"
height="100vh"
position="relative"
backgroundRepeat = "no-repeat"
backgroundRepeat="no-repeat"
backgroundPosition="center"
backgroundSize="cover"
backgroundImage={`url(${backgroundMobile})`}
Expand Down

0 comments on commit c0e0f09

Please sign in to comment.