updated e point design for fil feed back

This commit is contained in:
u-e 2019-04-26 23:32:29 +03:00
parent 940fc34ef3
commit e3724fc4da
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ class CommentView extends PureComponent {
/>
<ActionSheet
ref={o => (this.ActionSheet = o)}
options={['Reblog', intl.formatMessage({ id: 'alert.cancel' })]}
options={[intl.formatMessage({ id: 'alert.delete' }), intl.formatMessage({ id: 'alert.cancel' })]}
title={intl.formatMessage({ id: 'alert.delete' })}
destructiveButtonIndex={0}
cancelButtonIndex={1}

View File

@ -32,7 +32,7 @@ export default EStyleSheet.create({
alignItems: 'center',
},
iconButton: {
marginTop: 3,
marginTop: 1,
marginLeft: 1,
},
activeIconWrapper: {

View File

@ -20,7 +20,7 @@ export default {
iconType: 'MaterialIcons',
},
10: {
icon: 'check-circle',
icon: 'ticket',
textKey: 'points.checkin_title',
iconType: 'MaterialCommunityIcons',
},