Fixed more errors

This commit is contained in:
qt-coder 2021-07-05 18:11:16 +08:00
parent ab20e64012
commit 537747d9ea
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ export default function Sidebar({children}) {
mr="2" mr="2"
boxSize="4" boxSize="4"
_groupHover={{ _groupHover={{
color: useColorModeValue("gray.600", "gray.300"), color: 'gray.600',
}} }}
as={icon} as={icon}
/> />

View file

@ -64,7 +64,7 @@ function TestmonialCard(props) {
p={10} p={10}
justifyContent={'space-between'} justifyContent={'space-between'}
position={'relative'} position={'relative'}
bg={useColorModeValue('white', 'gray.900')} bg={'gray.900'}
_after={{ _after={{
content: '""', content: '""',
position: 'absolute', position: 'absolute',