Skip to content

Commit d369521

Browse files
committed
use btn-secondary as default button style for bootstrap 4
1 parent 9d1856b commit d369521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pagination/SizePerPageDropDown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SizePerPageDropDown.propTypes = {
5353
SizePerPageDropDown.defaultProps = {
5454
open: false,
5555
hidden: false,
56-
btnContextual: 'btn-default',
56+
btnContextual: 'btn-default btn-secondary',
5757
variation: 'dropdown',
5858
className: ''
5959
};

src/toolbar/ClearSearchButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ClearSearchButton.propTypes = {
3535
onClick: PropTypes.func
3636
};
3737
ClearSearchButton.defaultProps = {
38-
btnContextual: 'btn-default',
38+
btnContextual: 'btn-default btn-secondary',
3939
className: '',
4040
btnText: 'Clear',
4141
onClick: undefined

0 commit comments

Comments
 (0)