add margin and tooltip instead of label to new leave meeting button
This commit is contained in:
parent
44d655523f
commit
409cf1decb
@ -20,7 +20,7 @@ const LeaveMeetingButton = ({ label }) => {
|
||||
|
||||
return (
|
||||
<Styled.LeaveButton
|
||||
label={label}
|
||||
tooltipLabel={label}
|
||||
color="danger"
|
||||
size="lg"
|
||||
onClick={() => leaveSession()}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user