From d1de691790c6a69ee223593d8388ad59ac514da3 Mon Sep 17 00:00:00 2001 From: rahulramesha <71900764+rahulramesha@users.noreply.github.com> Date: Wed, 2 Feb 2022 15:16:06 +0530 Subject: [PATCH] change reflow BETA Card (#10789) --- app/client/src/pages/Editor/ReflowBetaCard.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/client/src/pages/Editor/ReflowBetaCard.tsx b/app/client/src/pages/Editor/ReflowBetaCard.tsx index 34e30ad3a1..32c8cfa2a9 100644 --- a/app/client/src/pages/Editor/ReflowBetaCard.tsx +++ b/app/client/src/pages/Editor/ReflowBetaCard.tsx @@ -34,12 +34,11 @@ const ReflowBetaWrapper = styled.div` .beta-icon { width: 45px; height: 25px; - fill: #1d9bd1; rect { - stroke: #1d9bd1; + stroke: #191919; } path { - fill: #fff; + fill: #191919; } } `;