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