mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +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 Icon from '../../../components/General/Icon'
|
||||
import UptimeChart from '../UptimeChart/UptimeChart'
|
||||
import DashboardCardWrapper from '../DashboardCardWrapper'
|
||||
|
||||
const ExecutionUptime = () => {
|
||||
const monthlyActivity = [3, 0, 5, 4, 6, 7, 0, 9, 10, 1, 2, 3]
|
||||
return (
|
||||
<Shadow
|
||||
variant="$2"
|
||||
style={{
|
||||
borderRadius: '16px',
|
||||
minWidth: '260px',
|
||||
}}
|
||||
<DashboardCardWrapper minWidth='260px'
|
||||
>
|
||||
<YStack space={'$3'} minHeight={'156px'} padding={'$3'}>
|
||||
<YStack>
|
||||
@ -48,7 +44,7 @@ const ExecutionUptime = () => {
|
||||
</Stack>
|
||||
</XStack>
|
||||
</YStack>
|
||||
</Shadow>
|
||||
</DashboardCardWrapper>
|
||||
)
|
||||
}
|
||||
export default ExecutionUptime
|
||||
|
Loading…
x
Reference in New Issue
Block a user