Skip to content

Commit c137697

Browse files
apaatsioeddywashere
authored andcommitted
fix(DropdownToggle): add missing proptype (color) (#402)
1 parent 6338fc3 commit c137697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DropdownToggle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Button from './Button';
66

77
const propTypes = {
88
caret: PropTypes.bool,
9+
color: PropTypes.string,
910
children: PropTypes.node,
1011
className: PropTypes.string,
1112
cssModule: PropTypes.object,

0 commit comments

Comments
 (0)