Skip to content

Commit

Permalink
Run docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Jun 21, 2024
1 parent 276a030 commit 770686a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export default function SignInSide() {
sm={4}
md={7}
sx={{
backgroundImage: 'url(https://source.unsplash.com/random?wallpapers)',
backgroundRepeat: 'no-repeat',
backgroundImage:
'url("/static/images/templates/templates-images/sign-in-side-bg.png")',
backgroundColor: (t) =>
t.palette.mode === 'light' ? t.palette.grey[50] : t.palette.grey[900],
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundPosition: 'left',
}}
/>
<Grid item xs={12} sm={8} md={5} component={Paper} elevation={6} square>
Expand Down

0 comments on commit 770686a

Please sign in to comment.