Skip to content

Commit 1aa90c9

Browse files
author
Tina C Lin (RD-TW)
committed
Fix bug that occurs invalid prop btnSize of value. (closes #2)
1 parent fb3e679 commit 1aa90c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trendmicro/react-buttons",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Trend Micro Components: React Buttons",
55
"main": "lib/index.js",
66
"files": [

src/ButtonGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ButtonGroup.propTypes = {
3333
vertical: PropTypes.bool
3434
};
3535
ButtonGroup.defaultProps = {
36-
btnSize: '', // Defaults to empty string
36+
btnSize: 'md', // Defaults to medium size
3737
vertical: false
3838
};
3939

0 commit comments

Comments
 (0)