Skip to content

Commit

Permalink
fix: dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-eof committed May 26, 2023
1 parent bd2a418 commit a7acc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function Main() {

return (
<>
<Box bg={useColorModeValue('white', 'white')} px={4} boxShadow={'base'}>
<Box px={4} boxShadow={'base'}>
<Flex h={16} alignItems={'center'} justifyContent={'space-between'}>
<IconButton
size={'md'}
Expand Down

0 comments on commit a7acc5f

Please sign in to comment.