Commit 7112db56 authored by tom's avatar tom Committed by isstuev

shadow fix

parent 1ca62a44
......@@ -44,7 +44,7 @@ const ChainIndicatorItem = ({ id, title, value, icon, isSelected, onClick, stats
cursor="pointer"
onClick={ handleClick }
bgColor={ isSelected ? bgColor : 'inherit' }
boxShadow={ isSelected ? 'xl' : 'none' }
boxShadow={ isSelected ? 'lg' : 'none' }
zIndex={ isSelected ? 1 : 'initial' }
_hover={{
bgColor,
......
......@@ -67,7 +67,7 @@ const ChainIndicators = () => {
<Flex
p={ 8 }
borderRadius="lg"
boxShadow="lg"
boxShadow="xl"
bgColor={ bgColor }
columnGap={ 12 }
rowGap={ 12 }
......
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