mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
icon refine
This commit is contained in:
parent
2c36446e5a
commit
1f2b017b83
@ -61,6 +61,14 @@ export default EStyleSheet.create({
|
||||
color: '$iconColor',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
viewIconContainer: {
|
||||
marginRight: 8,
|
||||
},
|
||||
viewIcon: {
|
||||
fontSize: 24,
|
||||
color: '$iconColor',
|
||||
justifyContent: 'center',
|
||||
},
|
||||
backButton: {
|
||||
marginLeft: 24,
|
||||
},
|
||||
|
@ -113,7 +113,8 @@ const HeaderView = ({
|
||||
<View style={styles.backButtonWrapper}>
|
||||
{enableViewModeToggle && (
|
||||
<IconButton
|
||||
iconStyle={styles.backIcon}
|
||||
style={styles.viewIconContainer}
|
||||
iconStyle={styles.viewIcon}
|
||||
name="view-module"
|
||||
iconType="MaterialIcons"
|
||||
onPress={handleOnViewModePress}
|
||||
|
Loading…
Reference in New Issue
Block a user