mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
changed comment icon
This commit is contained in:
parent
2dee956f62
commit
57e09c9e87
@ -105,7 +105,7 @@ class PointsView extends Component {
|
|||||||
style={styles.iconButton}
|
style={styles.iconButton}
|
||||||
iconStyle={styles.icon}
|
iconStyle={styles.icon}
|
||||||
iconType="MaterialCommunityIcons"
|
iconType="MaterialCommunityIcons"
|
||||||
name="comment-text"
|
name="comment-text-outline"
|
||||||
badgeCount={15}
|
badgeCount={15}
|
||||||
badgeStyle={styles.badge}
|
badgeStyle={styles.badge}
|
||||||
badgeTextStyle={styles.badgeText}
|
badgeTextStyle={styles.badgeText}
|
||||||
|
@ -5,9 +5,9 @@ export default {
|
|||||||
iconType: 'MaterialIcons',
|
iconType: 'MaterialIcons',
|
||||||
},
|
},
|
||||||
110: {
|
110: {
|
||||||
icon: 'comment',
|
icon: 'comment-text-outline',
|
||||||
textKey: 'points.comment_title',
|
textKey: 'points.comment_title',
|
||||||
iconType: 'MaterialIcons',
|
iconType: 'MaterialCommunityIcons',
|
||||||
},
|
},
|
||||||
120: {
|
120: {
|
||||||
icon: 'upcircle',
|
icon: 'upcircle',
|
||||||
|
Loading…
Reference in New Issue
Block a user