From 6addf52de2ab819afb76e20a11e2e46919ea62b6 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Wed, 8 Nov 2023 09:34:16 +0300 Subject: [PATCH] fix: fix ui styling of the topology metric bar --- src/components/TopologyCard/CardMetrics.tsx | 2 +- src/components/TopologyCard/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TopologyCard/CardMetrics.tsx b/src/components/TopologyCard/CardMetrics.tsx index 6679ce995f..80a8cced77 100644 --- a/src/components/TopologyCard/CardMetrics.tsx +++ b/src/components/TopologyCard/CardMetrics.tsx @@ -34,7 +34,7 @@ export const CardMetrics = ({ "flex-row items-center justify-center": row })} > -
+
{showLabelIcons && ( )} diff --git a/src/components/TopologyCard/index.tsx b/src/components/TopologyCard/index.tsx index f77434eda7..0169443254 100644 --- a/src/components/TopologyCard/index.tsx +++ b/src/components/TopologyCard/index.tsx @@ -142,7 +142,7 @@ export function TopologyCard({ {...selectionModeRootProps} >
-
+

@@ -150,7 +150,7 @@ export function TopologyCard({

{prepareTopologyLink(topology) && (