mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +00:00
fix: Execution Uptime
This commit is contained in:
parent
e276d4b18f
commit
d942312938
@ -1,18 +1,14 @@
|
|||||||
import { Shadow, Text } from '@status-im/components'
|
import { Text } from '@status-im/components'
|
||||||
import { Stack, XStack, YStack } from 'tamagui'
|
import { Stack, XStack, YStack } from 'tamagui'
|
||||||
|
|
||||||
import Icon from '../../../components/General/Icon'
|
import Icon from '../../../components/General/Icon'
|
||||||
import UptimeChart from '../UptimeChart/UptimeChart'
|
import UptimeChart from '../UptimeChart/UptimeChart'
|
||||||
|
import DashboardCardWrapper from '../DashboardCardWrapper'
|
||||||
|
|
||||||
const ExecutionUptime = () => {
|
const ExecutionUptime = () => {
|
||||||
const monthlyActivity = [3, 0, 5, 4, 6, 7, 0, 9, 10, 1, 2, 3]
|
const monthlyActivity = [3, 0, 5, 4, 6, 7, 0, 9, 10, 1, 2, 3]
|
||||||
return (
|
return (
|
||||||
<Shadow
|
<DashboardCardWrapper minWidth='260px'
|
||||||
variant="$2"
|
|
||||||
style={{
|
|
||||||
borderRadius: '16px',
|
|
||||||
minWidth: '260px',
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
|
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
|
||||||
<YStack>
|
<YStack>
|
||||||
@ -48,7 +44,7 @@ const ExecutionUptime = () => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
</XStack>
|
</XStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
</Shadow>
|
</DashboardCardWrapper>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
export default ExecutionUptime
|
export default ExecutionUptime
|
||||||
|
Loading…
x
Reference in New Issue
Block a user