fix: style of gauge

This commit is contained in:
Hristo Nedelkov 2023-08-15 10:36:28 +03:00
parent 584554a1d5
commit e6934f48a1
2 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,8 @@ const SyncStatusCardConsensus: React.FC<DeviceStorageHealthProps> = ({ synced, t
style={{
position: 'absolute',
right: '44px',
height: '181px',
height: '115px',
width: '115px',
}}
>
<StandardGauge data={data()} />

View File

@ -47,7 +47,8 @@ const SyncStatusCardExecution: React.FC<DeviceStorageHealthProps> = ({ synced, t
style={{
position: 'absolute',
right: '44px',
height: '181px',
height: '115px',
width: '115px',
}}
>
<StandardGauge data={data()} />