fix(UI): icon is updated (#438)

This commit is contained in:
pal-sig 2021-12-02 20:21:26 +05:30 committed by GitHub
parent afc0559456
commit fbf047a477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,9 @@ export const ButtonContainer = styled.div`
export const Button = styled(ButtonComponent)` export const Button = styled(ButtonComponent)`
height: 4rem; height: 4rem;
width: 4rem; width: 4rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 25px; border-radius: 25px;