Skip to content

Commit

Permalink
Allow for icon style and text style to be passed
Browse files Browse the repository at this point in the history
  • Loading branch information
zebulgar committed Jan 12, 2016
1 parent 6591f69 commit 273b3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class ExRouteAdapter {
style={[
ExNavigatorStyles.barButtonText,
ExNavigatorStyles.barBackButtonText,
this._barButtonTextStyle,
navigator.props.barButtonTextStyle,
]}
>
{title}
Expand All @@ -120,7 +120,7 @@ export class ExRouteAdapter {
<BackIcon
style={[
ExNavigatorStyles.barButtonIcon,
this._barButtonIconStyle,
navigator.props.barButtonIconStyle,
]}
/>
{buttonText}
Expand Down

0 comments on commit 273b3e7

Please sign in to comment.