This commit is contained in:
Hristo Nedelkov 2023-10-20 15:15:25 +03:00
parent 407a423905
commit 03b874f961
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ const ConsensusUptimeCard = () => {
const monthlyActivity = [3, 0, 5, 4, 6, 7, 8, 9, 10, 1, 2, 3]
return (
<DashboardCardWrapper minWidth="300px" maxWidth='400px'>
<DashboardCardWrapper minWidth="300px" maxWidth="400px">
<YStack space={'$3'}>
<YStack>
<Text size={15} weight={'semibold'}>

View File

@ -28,7 +28,7 @@ const DeviceUptime = () => {
}
return (
<DashboardCardWrapper maxHeight="100px" >
<DashboardCardWrapper maxHeight="100px">
<YStack space={'$3'}>
<XStack justifyContent={'space-between'}>
<YStack>

View File

@ -8,7 +8,7 @@ import DashboardCardWrapper from '../DashboardCardWrapper'
const ExecutionUptime = () => {
const monthlyActivity = [3, 0, 5, 4, 6, 7, 0, 9, 10, 1, 2, 3]
return (
<DashboardCardWrapper minWidth="300px" maxWidth='380px'>
<DashboardCardWrapper minWidth="300px" maxWidth="380px">
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
<YStack>
<Text size={15} weight={'semibold'}>