ui: switch unsafe modal cancel button to variant secondary

This commit is contained in:
Mike Salvatore 2021-02-26 11:11:52 -05:00
parent 11c30fec14
commit 5a9cb8b4af
1 changed files with 1 additions and 1 deletions

View File

@ -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}>