feedback btn fixed (#458)

This commit is contained in:
Anurag Gupta 2021-12-10 11:58:58 +04:00 committed by GitHub
parent 95fb068bb0
commit 1bf6faff8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,13 +42,13 @@ export const ButtonContainer = styled.div`
`; `;
export const Button = styled(ButtonComponent)` export const Button = styled(ButtonComponent)`
height: 4rem; height: 4rem !important;
width: 4rem; width: 4rem !important;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-radius: 25px; border-radius: 25px !important;
background-color: #65b7f3; background-color: #65b7f3;