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 (
|
return (
|
||||||
<Styled.LeaveButton
|
<Styled.LeaveButton
|
||||||
label={label}
|
tooltipLabel={label}
|
||||||
color="danger"
|
color="danger"
|
||||||
size="lg"
|
size="lg"
|
||||||
onClick={() => leaveSession()}
|
onClick={() => leaveSession()}
|
||||||
|
@ -3,6 +3,7 @@ import Button from '/imports/ui/components/common/button/component';
|
|||||||
|
|
||||||
const LeaveButton = styled(Button)`
|
const LeaveButton = styled(Button)`
|
||||||
border-radius: 1.1rem;
|
border-radius: 1.1rem;
|
||||||
|
margin: 0.5rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.1rem;
|
line-height: 1.1rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
Loading…
Reference in New Issue
Block a user