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"
boxSize="4"
_groupHover={{
color: useColorModeValue("gray.600", "gray.300"),
color: 'gray.600',
}}
as={icon}
/>

View file

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