From cd09ffbc352608f5bc04c8e8f788c5f9ffe164fa Mon Sep 17 00:00:00 2001 From: Rohit Sekh <96457403+venom-10@users.noreply.github.com> Date: Tue, 5 Sep 2023 23:55:56 +0530 Subject: [PATCH] Update Twitter(X) icon for light and dark mode (#6235) Update Twitter(X) icon for light and dark mode --- src/components/Icon/IconTwitter.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Icon/IconTwitter.tsx b/src/components/Icon/IconTwitter.tsx index 951171524..e7b0cf09e 100644 --- a/src/components/Icon/IconTwitter.tsx +++ b/src/components/Icon/IconTwitter.tsx @@ -9,13 +9,13 @@ export const IconTwitter = memo( return ( - + ); }