Add Contact: Fix button position (#5181)
This commit is contained in:
parent
834df87279
commit
5b3c783e25
@ -210,13 +210,6 @@ const NewContactModal: FC<OwnProps & StateProps> = ({
|
|||||||
{renderingUser && renderAddContact()}
|
{renderingUser && renderAddContact()}
|
||||||
{renderingIsByPhoneNumber && renderCreateContact()}
|
{renderingIsByPhoneNumber && renderCreateContact()}
|
||||||
<div className="dialog-buttons">
|
<div className="dialog-buttons">
|
||||||
<Button
|
|
||||||
isText
|
|
||||||
className="confirm-dialog-button"
|
|
||||||
onClick={handleClose}
|
|
||||||
>
|
|
||||||
{lang('Cancel')}
|
|
||||||
</Button>
|
|
||||||
<Button
|
<Button
|
||||||
isText
|
isText
|
||||||
className="confirm-dialog-button"
|
className="confirm-dialog-button"
|
||||||
@ -225,6 +218,13 @@ const NewContactModal: FC<OwnProps & StateProps> = ({
|
|||||||
>
|
>
|
||||||
{lang('Done')}
|
{lang('Done')}
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
isText
|
||||||
|
className="confirm-dialog-button"
|
||||||
|
onClick={handleClose}
|
||||||
|
>
|
||||||
|
{lang('Cancel')}
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user