diff --git a/NavbarButton.js b/NavbarButton.js index 66bdcd4..411ff41 100644 --- a/NavbarButton.js +++ b/NavbarButton.js @@ -9,12 +9,12 @@ import styles from './styles'; export default class NavbarButton extends Component { render() { - const { style, tintColor, margin, title, handler, disabled } = this.props; + const { style, textStyle, tintColor, margin, title, handler, disabled } = this.props; return ( - {title} + {title} );