Skip to content

Commit

Permalink
Merge branch 'feat/COT-54-change-global-background' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyun Hwang committed Dec 5, 2024
2 parents 175ec39 + 49eb01c commit 0a53e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Background = () => {
top: 0,
left: 0,
width: '100%',
height: '200vh',
height: '100vh',
zIndex: -1,
backgroundRepeat: 'repeat',
backgroundSize: 'cover',
Expand All @@ -40,6 +40,7 @@ const Background = () => {
src={mode === 'light' ? lightBackgroundImage : darkBackgroundImage}
sx={{
objectFit: 'cover',
height: '100vh',
}}
/>
</Stack>
Expand Down

0 comments on commit 0a53e62

Please sign in to comment.