Skip to content

Commit

Permalink
Improve background image
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Jul 14, 2024
1 parent 084cdb0 commit 4638139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WelcomeScreen/WelcomeScreen.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const styles = theme => ({
overflow: 'auto',
backgroundColor:
'linear-gradient(to right, rgb(45, 22, 254), rgb(141, 92, 255))',
backgroundImage: `url(${backgroundImage}), linear-gradient(to right, rgb(45, 22, 254), rgb(141, 92, 255))`,
background: `url(${backgroundImage}) no-repeat center center fixed, linear-gradient(to right, rgb(45, 22, 254), rgb(141, 92, 255))`,
backgroundSize: 'cover'
}
});
Expand Down

0 comments on commit 4638139

Please sign in to comment.