forked from p15670423/monkey
ui: switch unsafe modal cancel button to variant secondary
This commit is contained in:
parent
11c30fec14
commit
5a9cb8b4af
|
@ -14,7 +14,7 @@ function UnsafeOptionsConfirmationModal(props) {
|
||||||
</p>
|
</p>
|
||||||
<div className='text-center'>
|
<div className='text-center'>
|
||||||
<Button type='button'
|
<Button type='button'
|
||||||
className='btn btn-success'
|
className='btn btn-secondary'
|
||||||
size='lg'
|
size='lg'
|
||||||
style={{margin: '5px'}}
|
style={{margin: '5px'}}
|
||||||
onClick={props.onCancelClick}>
|
onClick={props.onCancelClick}>
|
||||||
|
|
Loading…
Reference in New Issue