Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Aug 3, 2022
1 parent 6b4ae48 commit 1b047b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/ee/client/voip/modal/DialPad/DialPadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DialPadModal = ({ initialValue, errorMessage, handleClose }: DialPadModalP
</Field>
<Pad onClickPadButton={handlePadButtonClick} onLongPressPadButton={handlePadButtonLongPressed} />
</Modal.Content>
<Modal.Footer>
<Modal.Footer justifyContent='center'>
<Box display='flex' justifyContent='center'>
<IconButton
icon='phone'
Expand Down

0 comments on commit 1b047b9

Please sign in to comment.