fix uptime cards

This commit is contained in:
Hristo Nedelkov 2023-10-17 13:32:03 +03:00
parent 99a05bb19e
commit 06d43f2635
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ const ConsensusUptimeCard = () => {
width: '48%', width: '48%',
}} }}
> >
<YStack space={'$3'} width={'100%'} minHeight={'156px'} padding={'$3'}> <YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
<YStack> <YStack>
<Text size={15} weight={'semibold'}> <Text size={15} weight={'semibold'}>
Consensus Uptime Consensus Uptime

View File

@ -11,7 +11,7 @@ const ExecutionUptime = () => {
variant="$2" variant="$2"
style={{ style={{
borderRadius: '16px', borderRadius: '16px',
width: '48%', minWidth: '260px',
}} }}
> >
<YStack space={'$3'} width={'100%'} minHeight={'156px'} padding={'$3'}> <YStack space={'$3'} width={'100%'} minHeight={'156px'} padding={'$3'}>