mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Swap buttons.
This commit is contained in:
parent
0d2da200d6
commit
d9d6e5bcf8
@ -30,11 +30,11 @@ const SaveAndDelete = (props: {
|
|||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<Box component="span">
|
<Box component="span">
|
||||||
<Button color="primary" variant="outlined" onClick={props.submitHandler} sx={{ mr: 1 }}>
|
<Button color="primary" variant="contained" onClick={props.submitHandler} sx={{ mr: 1 }}>
|
||||||
<FormattedMessage id="action.accept" defaultMessage="Accept" />
|
<FormattedMessage id="action.accept" defaultMessage="Accept" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button color="primary" variant="contained" onClick={props.closeModal}>
|
<Button color="primary" variant="outlined" onClick={props.closeModal}>
|
||||||
<FormattedMessage id="action.cancel" defaultMessage="Cancel" />
|
<FormattedMessage id="action.cancel" defaultMessage="Cancel" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user