mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 06:42:15 +03:00
updated a bit
This commit is contained in:
parent
abf6fbb1ac
commit
eae7acc943
@ -177,8 +177,8 @@ class UpvoteView extends Component {
|
|||||||
size={20}
|
size={20}
|
||||||
style={[styles.upvoteIcon, { color: '#007ee5' }]}
|
style={[styles.upvoteIcon, { color: '#007ee5' }]}
|
||||||
active={!isLoggedIn}
|
active={!isLoggedIn}
|
||||||
iconType="AntDesign"
|
iconType={iconType}
|
||||||
name={isVoted ? 'upcircle' : 'upcircleo'}
|
name={iconName}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
Loading…
Reference in New Issue
Block a user