From fbf047a477b2addee672356e0aa30d3cffd03dd9 Mon Sep 17 00:00:00 2001 From: pal-sig <88981777+pal-sig@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:21:26 +0530 Subject: [PATCH] fix(UI): icon is updated (#438) --- frontend/src/container/AppLayout/FeedBack/styles.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/container/AppLayout/FeedBack/styles.ts b/frontend/src/container/AppLayout/FeedBack/styles.ts index a686ce93b9..4669475f10 100644 --- a/frontend/src/container/AppLayout/FeedBack/styles.ts +++ b/frontend/src/container/AppLayout/FeedBack/styles.ts @@ -44,6 +44,9 @@ export const ButtonContainer = styled.div` export const Button = styled(ButtonComponent)` height: 4rem; width: 4rem; + display: flex; + justify-content: center; + align-items: center; border-radius: 25px;