mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
shifted right tab bar icon slightly to left
This commit is contained in:
parent
29f88adda7
commit
cdc417d906
@ -29,11 +29,8 @@ export default EStyleSheet.create({
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
rightIconWrapper: {
|
||||
marginRight: 8,
|
||||
alignSelf: 'center',
|
||||
},
|
||||
customiseIconWrapper: {
|
||||
paddingRight: 8,
|
||||
paddingRight: 12,
|
||||
width: 40,
|
||||
alignSelf: 'center',
|
||||
},
|
||||
rightIcon: {
|
||||
|
@ -50,7 +50,7 @@ const FilterBarView = ({
|
||||
enableCustomiseButton && (
|
||||
<IconButton
|
||||
iconStyle={styles.rightIcon}
|
||||
style={styles.customiseIconWrapper}
|
||||
style={styles.rightIconWrapper}
|
||||
iconType={'MaterialIcon'}
|
||||
size={iconSize || 28}
|
||||
name={'add'}
|
||||
|
Loading…
Reference in New Issue
Block a user