From 60c08348e57a307c56b8ea912732dd9f9121e3fc Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 15 Aug 2023 11:03:16 +0300 Subject: [PATCH] improve css --- src/components/SyncStatusCardConsensus.tsx | 26 +++++++++--------- src/components/SyncStatusCardExecution.tsx | 32 +++++++++++----------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/components/SyncStatusCardConsensus.tsx b/src/components/SyncStatusCardConsensus.tsx index edaae599..582d8649 100644 --- a/src/components/SyncStatusCardConsensus.tsx +++ b/src/components/SyncStatusCardConsensus.tsx @@ -44,21 +44,21 @@ const SyncStatusCardConsensus: React.FC = ({ synced, t height: '155px', }} > - - - - - + + Execution Client - + + + + + + diff --git a/src/components/SyncStatusCardExecution.tsx b/src/components/SyncStatusCardExecution.tsx index 34a49f3c..fd6f8daa 100644 --- a/src/components/SyncStatusCardExecution.tsx +++ b/src/components/SyncStatusCardExecution.tsx @@ -1,5 +1,5 @@ import IconText from './IconText' -import { Paragraph, Separator, Stack, XStack, YStack } from 'tamagui' +import { Separator, Stack, XStack, YStack } from 'tamagui' import StandardGauge from './StandardGauge' import { Shadow, Text } from '@status-im/components' interface DeviceStorageHealthProps { @@ -43,23 +43,23 @@ const SyncStatusCardExecution: React.FC = ({ synced, t height: '155px', }} > - - - - - + + Execution Client - - Geth - + + + Geth + + + + +