Commit 9aac89f8 authored by Max Alekseenko's avatar Max Alekseenko

update style

parent 65b91b45
...@@ -20,8 +20,8 @@ const DeFiDropdownItem = ({ item }: Props) => { ...@@ -20,8 +20,8 @@ const DeFiDropdownItem = ({ item }: Props) => {
display: 'inline-flex', display: 'inline-flex',
alignItems: 'center', alignItems: 'center',
color: useColorModeValue('blackAlpha.800', 'gray.400'), color: useColorModeValue('blackAlpha.800', 'gray.400'),
textDecoration: 'none !important',
_hover: { _hover: {
textDecoration: 'none',
'& *': { '& *': {
color: 'link_hovered', color: 'link_hovered',
}, },
......
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