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.
1 parent 9d1856b commit d369521Copy full SHA for d369521
src/pagination/SizePerPageDropDown.js
@@ -53,7 +53,7 @@ SizePerPageDropDown.propTypes = {
53
SizePerPageDropDown.defaultProps = {
54
open: false,
55
hidden: false,
56
- btnContextual: 'btn-default',
+ btnContextual: 'btn-default btn-secondary',
57
variation: 'dropdown',
58
className: ''
59
};
src/toolbar/ClearSearchButton.js
@@ -35,7 +35,7 @@ ClearSearchButton.propTypes = {
35
onClick: PropTypes.func
36
37
ClearSearchButton.defaultProps = {
38
39
className: '',
40
btnText: 'Clear',
41
onClick: undefined
0 commit comments