Commit b127f769 authored by Max Alekseenko's avatar Max Alekseenko

remove custom active style

parent a000b3d5
...@@ -45,9 +45,8 @@ const DeFiDropdown = () => { ...@@ -45,9 +45,8 @@ const DeFiDropdown = () => {
<PopoverTrigger> <PopoverTrigger>
<Button <Button
onClick={ onToggle } onClick={ onToggle }
{ ...buttonStyles }
bgColor={ isOpen ? 'blue.400' : undefined } bgColor={ isOpen ? 'blue.400' : undefined }
_active={{ bgColor: 'blue.400' }} { ...buttonStyles }
> >
<chakra.span display={{ base: 'none', lg: 'inline' }} mr={ 1 }> <chakra.span display={{ base: 'none', lg: 'inline' }} mr={ 1 }>
Blockscout Blockscout
......
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