add margin and tooltip instead of label to new leave meeting button

This commit is contained in:
Jan Kessler 2023-11-27 15:56:29 +01:00
parent 44d655523f
commit 409cf1decb
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const LeaveMeetingButton = ({ label }) => {
return (
<Styled.LeaveButton
label={label}
tooltipLabel={label}
color="danger"
size="lg"
onClick={() => leaveSession()}

View File

@ -3,6 +3,7 @@ import Button from '/imports/ui/components/common/button/component';
const LeaveButton = styled(Button)`
border-radius: 1.1rem;
margin: 0.5rem;
font-size: 1rem;
line-height: 1.1rem;
font-weight: 400;