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%',
}}
>
<YStack space={'$3'} width={'100%'} minHeight={'156px'} padding={'$3'}>
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
<YStack>
<Text size={15} weight={'semibold'}>
Consensus Uptime

View File

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