Skip to content

Commit

Permalink
Fix for n4kz#11
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Punko committed May 19, 2020
1 parent 114d1ad commit a92b3c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/raised-text-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class RaisedTextButton extends PureComponent {

title: PropTypes.string.isRequired,
titleColor: PropTypes.string,
titleStyle: Animated.Text.propTypes.style,
disabledTitleColor: PropTypes.string,
};

Expand Down
1 change: 0 additions & 1 deletion src/components/text-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default class TextButton extends PureComponent {

title: PropTypes.string.isRequired,
titleColor: PropTypes.string,
titleStyle: Animated.Text.propTypes.style,
disabledTitleColor: PropTypes.string,
};

Expand Down

0 comments on commit a92b3c6

Please sign in to comment.