Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navbar back icon very small (almost not visible) #147

Closed
BechirAhmed opened this issue Nov 21, 2019 · 2 comments
Closed

navbar back icon very small (almost not visible) #147

BechirAhmed opened this issue Nov 21, 2019 · 2 comments
Labels
Type: Bug Something isn't working Type: Question Further information is requested

Comments

@BechirAhmed
Copy link

BechirAhmed commented Nov 21, 2019

I have a problem with the navbar back icon, it's very small, and i couldn't change it.
fullsizeoutput_66
fullsizeoutput_64

there is the difference between left icon generally and back icon

<NavBar
  back={back}
  ...
  left={
    <Icon
         name={back ? 'nav-left' : "menu-8"} family="ArgonExtra"
         size={14} onPress={this.handleLeftPress}
         color={iconColor || argonTheme.COLORS.WHITE}/>
        }
  {...props}
/>

I have tried to change icon size but the problem is in pages where back props included this left icon doesn't effect, seems like that the back props has its own icon and styles somewhere.

@palingheorghe
Copy link
Collaborator

Hi @BechirAhmed ! Try to remove the back prop. Because of a bug with the <NavBar /> component you'd have to only specify the left prop. We will solve this as soon as possible.

@palingheorghe palingheorghe added Type: Bug Something isn't working Type: Question Further information is requested labels Nov 22, 2019
@palingheorghe
Copy link
Collaborator

Closed because we've merged the PR into the dev branch. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Type: Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants