Skip to content

Commit

Permalink
fix: center add/start meeting button content
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszJarocki committed Jun 13, 2022
1 parent 322d807 commit c00a679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/client/components/StartMeetingFAB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const MeetingLabel = styled('div')<{isExpanded: boolean}>(({isExpanded}) => ({
fontSize: 16,
fontWeight: 600,
textAlign: 'start',
paddingTop: 4,
transition: `all 300ms ${BezierCurve.DECELERATE}`,
transform: `translateX(${isExpanded ? -4 : ElementWidth.NEW_MEETING_FAB}px)`,
width: isExpanded ? ElementWidth.NEW_MEETING_FAB : 0
Expand Down
3 changes: 1 addition & 2 deletions packages/client/components/TopBarStartMeetingButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const Button = styled(FloatingActionButton)({

const MeetingLabel = styled('div')({
fontSize: 16,
fontWeight: 600,
paddingTop: 4
fontWeight: 600
})

const TopBarStartMeetingButton = () => {
Expand Down

0 comments on commit c00a679

Please sign in to comment.