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