style: background svg

This commit is contained in:
Ibrahima G. Coulibaly
2025-02-25 13:55:35 +00:00
parent f8133f025f
commit 54703b3d3e
3 changed files with 73 additions and 64 deletions

View File

@@ -5,7 +5,13 @@ import Categories from './Categories';
export default function Home() {
return (
<Box
padding={{ xs: 1, md: 3, lg: 5, backgroundColor: '#F5F5FA' }}
padding={{
xs: 1,
md: 3,
lg: 5,
background: 'url(src/assets/background.svg)',
backgroundColor: '#F5F5FA'
}}
display={'flex'}
flexDirection={'column'}
alignItems={'center'}