Calendar redesign
This commit is contained in:
committed by
Sofiya Tepikin
parent
885da5c293
commit
5a555f5965
@@ -5,8 +5,8 @@ import PropTypes from 'prop-types'
|
||||
|
||||
import Button from '../../common/button'
|
||||
|
||||
import ConfirmWithPassword from '../shared/confirm-with-password'
|
||||
import alertError from '../shared/alert-error'
|
||||
import ConfirmWithPassword from '../common/confirm-with-password'
|
||||
import alertError from '../common/alert-error'
|
||||
|
||||
import { clearDb, isDbEmpty } from '../../../db'
|
||||
import { hasEncryptionObservable } from '../../../local-storage'
|
||||
@@ -94,7 +94,7 @@ export default class DeleteData extends Component {
|
||||
}
|
||||
|
||||
return (
|
||||
<Button isCTA isSmall={false} onPress={this.alertBeforeDeletion}>
|
||||
<Button isCTA onPress={this.alertBeforeDeletion}>
|
||||
{settings.deleteSegment.title}
|
||||
</Button>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user