Skip to content

Commit

Permalink
add container styles back
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Mar 7, 2023
1 parent e332259 commit effd5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class Tooltip extends PureComponent {
ref={el => this.wrapperView = el}
onBlur={this.hideTooltip}
focusable={this.props.focusable}
style={this.props.containerStyles}
>
{this.props.children}
</View>
Expand Down

0 comments on commit effd5f4

Please sign in to comment.