From db4a59efb152ce0230d850d010a51224ea2d12cf Mon Sep 17 00:00:00 2001 From: Monalisha Mishra <42746736+mishramonalisha76@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:28:33 +0530 Subject: [PATCH] fixed the icons in deactibate channel modal (#1671) --- src/components/ChannelDeactivateModalContent.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/ChannelDeactivateModalContent.tsx b/src/components/ChannelDeactivateModalContent.tsx index 334bd94952..feeaf09e33 100644 --- a/src/components/ChannelDeactivateModalContent.tsx +++ b/src/components/ChannelDeactivateModalContent.tsx @@ -112,13 +112,14 @@ const ChannelDeactivateModalContent = ({ onConfirm, onClose, toastObject }: Moda Are you sure you want to deactivate the channel? You will no longer be able to send notifications from it. - - + @@ -197,6 +198,7 @@ const BellIconContainer = styled.div` height: 36px; background: #e93636; display: flex; + align-items: center; justify-content: center; border-radius: 50%; cursor: pointer;