Skip to content

Commit

Permalink
feat: tabTextActiveStyle prop added to the tabbedHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
IdaszakDaniel committed Apr 23, 2020
1 parent 9ab2442 commit 7da383b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/predefinedComponents/TabbedHeader/TabbedHeader.js
Expand Up @@ -155,6 +155,7 @@ export default class TabbedHeader extends React.Component {
scrollEvent,
renderBody,
tabText,
tabTextActiveStyle,
tabTextContainerStyle,
tabTextContainerActiveStyle
} = this.props
Expand All @@ -172,6 +173,7 @@ export default class TabbedHeader extends React.Component {
headerHeight={headerHeight}
tabs={tabs}
tabTextStyle={tabText || styles.tabText}
tabTextActiveStyle={tabTextActiveStyle || styles.tabText}
tabTextContainerStyle={tabTextContainerStyle || styles.tabTextContainerStyle}
tabTextContainerActiveStyle={tabTextContainerActiveStyle || styles.tabTextContainerActiveStyle}
tabsContainerBackgroundColor={backgroundColor}
Expand Down

0 comments on commit 7da383b

Please sign in to comment.