From e6934f48a14daaf38d0815c459f664027ba25a67 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 15 Aug 2023 10:36:28 +0300 Subject: [PATCH] fix: style of gauge --- src/components/SyncStatusCardConsensus.tsx | 3 ++- src/components/SyncStatusCardExecution.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/SyncStatusCardConsensus.tsx b/src/components/SyncStatusCardConsensus.tsx index 056ae9bf..a26ca655 100644 --- a/src/components/SyncStatusCardConsensus.tsx +++ b/src/components/SyncStatusCardConsensus.tsx @@ -48,7 +48,8 @@ const SyncStatusCardConsensus: React.FC = ({ synced, t style={{ position: 'absolute', right: '44px', - height: '181px', + height: '115px', + width: '115px', }} > diff --git a/src/components/SyncStatusCardExecution.tsx b/src/components/SyncStatusCardExecution.tsx index aa5eea80..ed32e8ee 100644 --- a/src/components/SyncStatusCardExecution.tsx +++ b/src/components/SyncStatusCardExecution.tsx @@ -47,7 +47,8 @@ const SyncStatusCardExecution: React.FC = ({ synced, t style={{ position: 'absolute', right: '44px', - height: '181px', + height: '115px', + width: '115px', }} >