Skip to content

Commit

Permalink
fix: fix bgcolor at homepage not full width (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fakhri1999 authored Sep 21, 2024
1 parent 094b1fd commit 09f7138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/Home/HomeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export function HomeContainer() {
];

return (
<>
<Container maxW='3xl' h='100vh' background='#f6eee3'>
<Flex background='#f6eee3'>
<Container maxW='3xl' h='100vh'>
<Stack
as={Box}
textAlign='center'
Expand Down Expand Up @@ -203,6 +203,6 @@ export function HomeContainer() {
walletAddress={publicRuntimeConfig.walletAddress}
modal={{ isOpen, onClose }}
/>
</>
</Flex>
);
}

0 comments on commit 09f7138

Please sign in to comment.