We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
btnSize
1 parent fb3e679 commit 1aa90c9Copy full SHA for 1aa90c9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@trendmicro/react-buttons",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Trend Micro Components: React Buttons",
5
"main": "lib/index.js",
6
"files": [
src/ButtonGroup.jsx
@@ -33,7 +33,7 @@ ButtonGroup.propTypes = {
33
vertical: PropTypes.bool
34
};
35
ButtonGroup.defaultProps = {
36
- btnSize: '', // Defaults to empty string
+ btnSize: 'md', // Defaults to medium size
37
vertical: false
38
39
0 commit comments