mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 18:36:50 +00:00
fix left part second row
This commit is contained in:
parent
e1c7599dd4
commit
287ede45f6
@ -9,7 +9,7 @@ const ConsensusUptimeCard = () => {
|
||||
const monthlyActivity = [3, 0, 5, 4, 6, 7, 8, 9, 10, 1, 2, 3]
|
||||
|
||||
return (
|
||||
<DashboardCardWrapper maxWidth="40%">
|
||||
<DashboardCardWrapper >
|
||||
<YStack space={'$3'}>
|
||||
<YStack>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
|
@ -28,7 +28,7 @@ const DeviceUptime = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<DashboardCardWrapper maxWidth="70%">
|
||||
<DashboardCardWrapper >
|
||||
<YStack space={'$3'}>
|
||||
<XStack justifyContent={'space-between'}>
|
||||
<YStack>
|
||||
|
@ -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 maxWidth="40%">
|
||||
<DashboardCardWrapper >
|
||||
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
|
||||
<YStack>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user