From 1bf6faff8b253db549a848bf107ed41f7c856e1e Mon Sep 17 00:00:00 2001 From: Anurag Gupta <54763478+Anurag5086@users.noreply.github.com> Date: Fri, 10 Dec 2021 11:58:58 +0400 Subject: [PATCH] feedback btn fixed (#458) --- frontend/src/container/AppLayout/FeedBack/styles.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/container/AppLayout/FeedBack/styles.ts b/frontend/src/container/AppLayout/FeedBack/styles.ts index 4669475f10..259ced79c3 100644 --- a/frontend/src/container/AppLayout/FeedBack/styles.ts +++ b/frontend/src/container/AppLayout/FeedBack/styles.ts @@ -42,13 +42,13 @@ export const ButtonContainer = styled.div` `; export const Button = styled(ButtonComponent)` - height: 4rem; - width: 4rem; + height: 4rem !important; + width: 4rem !important; display: flex; justify-content: center; align-items: center; - border-radius: 25px; + border-radius: 25px !important; background-color: #65b7f3;