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}
|
||||
iconStyle={styles.icon}
|
||||
iconType="MaterialCommunityIcons"
|
||||
name="comment-text"
|
||||
name="comment-text-outline"
|
||||
badgeCount={15}
|
||||
badgeStyle={styles.badge}
|
||||
badgeTextStyle={styles.badgeText}
|
||||
|
@ -5,9 +5,9 @@ export default {
|
||||
iconType: 'MaterialIcons',
|
||||
},
|
||||
110: {
|
||||
icon: 'comment',
|
||||
icon: 'comment-text-outline',
|
||||
textKey: 'points.comment_title',
|
||||
iconType: 'MaterialIcons',
|
||||
iconType: 'MaterialCommunityIcons',
|
||||
},
|
||||
120: {
|
||||
icon: 'upcircle',
|
||||
|
Loading…
Reference in New Issue
Block a user