Commit 39cd85ea authored by tom's avatar tom

hover style for toggler

parent 0215d8b6
......@@ -108,6 +108,7 @@ const Navigation = () => {
bgColor={ useColorModeValue('white', 'black') }
border="1px"
color={ useColorModeValue('blackAlpha.400', 'whiteAlpha.400') }
_hover={{ color: 'blue.400' }}
borderColor={ useColorModeValue('blackAlpha.200', 'whiteAlpha.200') }
borderRadius="base"
transform={ isCollapsed ? 'rotate(180deg)' : 'rotate(0)' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment