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>
|
||||
<div className='text-center'>
|
||||
<Button type='button'
|
||||
className='btn btn-success'
|
||||
className='btn btn-secondary'
|
||||
size='lg'
|
||||
style={{margin: '5px'}}
|
||||
onClick={props.onCancelClick}>
|
||||
|
|
Loading…
Reference in New Issue