Skip to content

Commit 54703b3

Browse files
committed
style: background svg
1 parent f8133f0 commit 54703b3

File tree

3 files changed

+73
-64
lines changed

3 files changed

+73
-64
lines changed

.idea/workspace.xml

Lines changed: 65 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/background.svg

Lines changed: 1 addition & 0 deletions
Loading

src/pages/home/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ import Categories from './Categories';
55
export default function Home() {
66
return (
77
<Box
8-
padding={{ xs: 1, md: 3, lg: 5, backgroundColor: '#F5F5FA' }}
8+
padding={{
9+
xs: 1,
10+
md: 3,
11+
lg: 5,
12+
background: 'url(src/assets/background.svg)',
13+
backgroundColor: '#F5F5FA'
14+
}}
915
display={'flex'}
1016
flexDirection={'column'}
1117
alignItems={'center'}

0 commit comments

Comments
 (0)