mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
iOS: Fixed missing Confirm and Cancel buttons on Alarm dialog
This commit is contained in:
parent
3fafda9684
commit
85091052e7
@ -85,6 +85,14 @@ class SelectDateTimeDialog extends Component {
|
|||||||
cancelBtnText={_('Cancel')}
|
cancelBtnText={_('Cancel')}
|
||||||
onDateChange={(date) => { this.setState({ date: this.stringToDate(date) }); }}
|
onDateChange={(date) => { this.setState({ date: this.stringToDate(date) }); }}
|
||||||
style={{width:300}}
|
style={{width:300}}
|
||||||
|
customStyles={{
|
||||||
|
btnConfirm: {
|
||||||
|
paddingVertical: 0,
|
||||||
|
},
|
||||||
|
btnCancel: {
|
||||||
|
paddingVertical: 0,
|
||||||
|
},
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</PopupDialog>
|
</PopupDialog>
|
||||||
|
Loading…
Reference in New Issue
Block a user