Commit 3cee2624 authored by N's avatar N Committed by GitHub

Merge pull request #43 from blockscout/menu-color-change

change menu color
parents b8e5ff57 89dcbe76
......@@ -21,7 +21,7 @@ const AccountNavLink = ({ text, pathname, icon }: Props) => {
w="220px"
px={ 4 }
py={ 2.5 }
color={ isActive ? 'blue.600' : 'gray.600' }
color={ isActive ? 'blue.700' : 'gray.600' }
bgColor={ isActive ? 'blue.50' : 'transparent' }
_hover={{ color: 'blue.400' }}
borderRadius="base"
......
......@@ -22,7 +22,7 @@ const MainNavLink = ({ text, pathname, icon }: Props) => {
w="220px"
px={ 4 }
py={ 2.5 }
color={ isActive ? 'blue.600' : 'gray.600' }
color={ isActive ? 'blue.700' : 'gray.600' }
bgColor={ isActive ? 'blue.50' : 'transparent' }
borderRadius="base"
_hover={{ color: 'blue.400' }}
......
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