Skip to content

Commit

Permalink
Merge pull request #118 from aksonov/MITDelian-exrouter
Browse files Browse the repository at this point in the history
Allow for icon style and text style to be passed
  • Loading branch information
Pavlo Aksonov committed Jan 12, 2016
2 parents 0e66b7f + 273b3e7 commit b5b9b2f
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 @@ -115,7 +115,7 @@ export class ExRouteAdapter {
style={[
ExNavigatorStyles.barButtonText,
ExNavigatorStyles.barBackButtonText,
this._barButtonTextStyle,
navigator.props.barButtonTextStyle,
]}
>
{title}
Expand All @@ -130,7 +130,7 @@ export class ExRouteAdapter {
<BackIcon
style={[
ExNavigatorStyles.barButtonIcon,
this._barButtonIconStyle,
navigator.props.barButtonIconStyle,
]}
/>
{buttonText}
Expand Down

0 comments on commit b5b9b2f

Please sign in to comment.