Skip to content

Commit

Permalink
Merge pull request #67 from gthomas-appfolio/makeExpandCaretBigger
Browse files Browse the repository at this point in the history
Make expand caret bigger
  • Loading branch information
Aaron Panchal authored Nov 30, 2016
2 parents 66a33a8 + e691627 commit 13987ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ExpandableSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ExpandableSection extends Component {
<Icon
name='caret-right'
rotate={this.open ? 90 : undefined}
size="lg"
fixedWidth
style={{ transition: 'transform 200ms ease-in-out' }}
/>
Expand Down

0 comments on commit 13987ed

Please sign in to comment.