mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
updated e point design for fil feed back
This commit is contained in:
parent
940fc34ef3
commit
e3724fc4da
@ -112,7 +112,7 @@ class CommentView extends PureComponent {
|
|||||||
/>
|
/>
|
||||||
<ActionSheet
|
<ActionSheet
|
||||||
ref={o => (this.ActionSheet = o)}
|
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' })}
|
title={intl.formatMessage({ id: 'alert.delete' })}
|
||||||
destructiveButtonIndex={0}
|
destructiveButtonIndex={0}
|
||||||
cancelButtonIndex={1}
|
cancelButtonIndex={1}
|
||||||
|
@ -32,7 +32,7 @@ export default EStyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
},
|
},
|
||||||
iconButton: {
|
iconButton: {
|
||||||
marginTop: 3,
|
marginTop: 1,
|
||||||
marginLeft: 1,
|
marginLeft: 1,
|
||||||
},
|
},
|
||||||
activeIconWrapper: {
|
activeIconWrapper: {
|
||||||
|
@ -20,7 +20,7 @@ export default {
|
|||||||
iconType: 'MaterialIcons',
|
iconType: 'MaterialIcons',
|
||||||
},
|
},
|
||||||
10: {
|
10: {
|
||||||
icon: 'check-circle',
|
icon: 'ticket',
|
||||||
textKey: 'points.checkin_title',
|
textKey: 'points.checkin_title',
|
||||||
iconType: 'MaterialCommunityIcons',
|
iconType: 'MaterialCommunityIcons',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user