Skip to content

Commit

Permalink
fix(text component defaultProps)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed Jun 6, 2018
1 parent b4226ec commit 67e91bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blockchain-info-components/src/Text/Text.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Text.defaultProps = {
italic: false,
color: 'gray-5',
altFont: false,
cursor: 'inherit'
cursor: 'inherit',
opacity: 1
}

Expand Down

0 comments on commit 67e91bb

Please sign in to comment.