From f2051b6da23a6fedfd537638809e405a97760137 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Tue, 5 Dec 2023 10:55:21 +0100 Subject: [PATCH] Update Icon.tsx --- libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx b/libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx index 70d5d6ea777..73f11e72fb8 100644 --- a/libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx +++ b/libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx @@ -88,7 +88,7 @@ const Icon = ({iconRecord, verticalIconPlugin, contextMenuAction, theme}: IconPr const stylePC = iconRecord.active ? 'flex-start' : 'center' return ( <> -
+
{iconRecord.active &&