feat: app ui
This commit is contained in:
@@ -4,7 +4,7 @@ import { Box, useTheme, type BoxProps } from '@chakra-ui/react';
|
||||
const PageContainer = ({ children, ...props }: BoxProps) => {
|
||||
const theme = useTheme();
|
||||
return (
|
||||
<Box bg={'myGray.100'} h={'100%'} p={[0, 5]} {...props}>
|
||||
<Box bg={'myGray.100'} h={'100%'} p={[0, 5]} px={[0, 6]} {...props}>
|
||||
<Box
|
||||
flex={1}
|
||||
h={'100%'}
|
||||
|
||||
Reference in New Issue
Block a user