We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276a030 commit 770686aCopy full SHA for 770686a
docs/data/material/getting-started/templates/sign-in-side/SignInSide.js
@@ -50,12 +50,12 @@ export default function SignInSide() {
50
sm={4}
51
md={7}
52
sx={{
53
- backgroundImage: 'url(https://source.unsplash.com/random?wallpapers)',
54
- backgroundRepeat: 'no-repeat',
+ backgroundImage:
+ 'url("/static/images/templates/templates-images/sign-in-side-bg.png")',
55
backgroundColor: (t) =>
56
t.palette.mode === 'light' ? t.palette.grey[50] : t.palette.grey[900],
57
backgroundSize: 'cover',
58
- backgroundPosition: 'center',
+ backgroundPosition: 'left',
59
}}
60
/>
61
<Grid item xs={12} sm={8} md={5} component={Paper} elevation={6} square>
0 commit comments