Skip to content

Commit c00a679

Browse files
fix: center add/start meeting button content
1 parent 322d807 commit c00a679

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/client/components/StartMeetingFAB.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const MeetingLabel = styled('div')<{isExpanded: boolean}>(({isExpanded}) => ({
3636
fontSize: 16,
3737
fontWeight: 600,
3838
textAlign: 'start',
39-
paddingTop: 4,
4039
transition: `all 300ms ${BezierCurve.DECELERATE}`,
4140
transform: `translateX(${isExpanded ? -4 : ElementWidth.NEW_MEETING_FAB}px)`,
4241
width: isExpanded ? ElementWidth.NEW_MEETING_FAB : 0

packages/client/components/TopBarStartMeetingButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ const Button = styled(FloatingActionButton)({
1717

1818
const MeetingLabel = styled('div')({
1919
fontSize: 16,
20-
fontWeight: 600,
21-
paddingTop: 4
20+
fontWeight: 600
2221
})
2322

2423
const TopBarStartMeetingButton = () => {

0 commit comments

Comments
 (0)