Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-popup/popup-content/styles.ts

Co-authored-by: Ramón Souza <contato@ramonsouza.com>
This commit is contained in:
André Castro 2023-09-25 10:49:21 -03:00 committed by GitHub
parent 71b9f5ad0c
commit ee68d817b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ export const CloseButton = styled(Button)`
grid-area: 1 / 1 / 2 / 2;
justify-self: end;
border-radius: 50%;
padding: 1rem;
padding: 0.5rem;
cursor: pointer;
transition: background-color 0.3s ease;