shifted right tab bar icon slightly to left

This commit is contained in:
Nouman Tahir 2021-05-24 15:41:51 +05:00
parent 29f88adda7
commit cdc417d906
2 changed files with 3 additions and 6 deletions

View File

@ -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: {

View File

@ -50,7 +50,7 @@ const FilterBarView = ({
enableCustomiseButton && (
<IconButton
iconStyle={styles.rightIcon}
style={styles.customiseIconWrapper}
style={styles.rightIconWrapper}
iconType={'MaterialIcon'}
size={iconSize || 28}
name={'add'}