Commit 373a979b authored by tom's avatar tom

design fixes

parent 9f2aaa36
...@@ -68,7 +68,7 @@ const ChainIndicators = () => { ...@@ -68,7 +68,7 @@ const ChainIndicators = () => {
borderRadius={{ base: 'none', lg: 'lg' }} borderRadius={{ base: 'none', lg: 'lg' }}
boxShadow={{ base: 'none', lg: 'xl' }} boxShadow={{ base: 'none', lg: 'xl' }}
bgColor={{ base: bgColorMobile, lg: bgColorDesktop }} bgColor={{ base: bgColorMobile, lg: bgColorDesktop }}
columnGap={ 12 } columnGap={ 6 }
rowGap={ 0 } rowGap={ 0 }
flexDir={{ base: 'column', lg: 'row' }} flexDir={{ base: 'column', lg: 'row' }}
w="100%" w="100%"
......
...@@ -17,10 +17,12 @@ const TriggerButton = ({ onClick }: Props, ref: React.ForwardedRef<HTMLButtonEle ...@@ -17,10 +17,12 @@ const TriggerButton = ({ onClick }: Props, ref: React.ForwardedRef<HTMLButtonEle
onClick={ onClick } onClick={ onClick }
aria-label="Show project info" aria-label="Show project info"
fontWeight={ 500 } fontWeight={ 500 }
px={ 2 } lineHeight={ 6 }
pl={ 1 }
pr={ 2 }
h="32px" h="32px"
> >
<IconSvg name="rocket" boxSize={ 5 } mr={ 1 }/> <IconSvg name="info" boxSize={ 6 } mr={ 1 }/>
<span>Info</span> <span>Info</span>
</Button> </Button>
); );
......
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