From d81255d70c203e37282651b79040aa0d6894c7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20P=C3=A2rvulescu?= Date: Tue, 18 Jul 2023 14:43:57 +0300 Subject: [PATCH] Updated feature pill icon --- packages/design-system/src/atoms/pills/FeaturePill.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/design-system/src/atoms/pills/FeaturePill.tsx b/packages/design-system/src/atoms/pills/FeaturePill.tsx index 57d2e5c7ef..e86810ca5b 100644 --- a/packages/design-system/src/atoms/pills/FeaturePill.tsx +++ b/packages/design-system/src/atoms/pills/FeaturePill.tsx @@ -9,8 +9,8 @@ export type FeaturePillProps = { } export const FeaturePill = ({ Icon, text }: FeaturePillProps) => ( - - {Icon && } + + {Icon && } {text}