diff --git a/components/Sidebar/Sidebar.js b/components/Sidebar/Sidebar.js index ae1ba42..de37588 100644 --- a/components/Sidebar/Sidebar.js +++ b/components/Sidebar/Sidebar.js @@ -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} /> diff --git a/components/Testimonials/Testimonials.js b/components/Testimonials/Testimonials.js index 93eae57..04f0054 100644 --- a/components/Testimonials/Testimonials.js +++ b/components/Testimonials/Testimonials.js @@ -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',