fix uptime cards
This commit is contained in:
parent
99a05bb19e
commit
06d43f2635
|
@ -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
|
||||||
|
|
|
@ -11,11 +11,11 @@ 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'}>
|
||||||
<YStack>
|
<YStack >
|
||||||
<Text size={15} weight={'semibold'}>
|
<Text size={15} weight={'semibold'}>
|
||||||
Execution Uptime
|
Execution Uptime
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in New Issue