File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/react/src/components
DataTable/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2335,7 +2335,7 @@ exports[`DataTable should render 1`] = `
23352335 >
23362336 <div
23372337 aria-labelledby = " custom-id-search"
2338- className = " bx--search bx--toolbar-search-container-persistent"
2338+ className = " bx--search bx--search--xl bx-- toolbar-search-container-persistent"
23392339 role = " search"
23402340 >
23412341 <div
@@ -3396,7 +3396,7 @@ exports[`DataTable sticky header should render 1`] = `
33963396 >
33973397 <div
33983398 aria-labelledby = " custom-id-search"
3399- className = " bx--search bx--toolbar-search-container-persistent"
3399+ className = " bx--search bx--search--xl bx-- toolbar-search-container-persistent"
34003400 role = " search"
34013401 >
34023402 <div
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ exports[`DataTable.TableToolbarSearch should render 1`] = `
2424 >
2525 <div
2626 aria-labelledby = " custom-id-search"
27- className = " bx--search custom-class bx--toolbar-search-container-expandable"
27+ className = " bx--search bx--search--xl custom-class bx--toolbar-search-container-expandable"
2828 role = " search"
2929 >
3030 <div
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ export default class Search extends Component {
177177 labelText,
178178 closeButtonLabelText,
179179 small,
180- size = ! small ? '' : 'sm' ,
180+ size = ! small ? 'xl ' : 'sm' ,
181181 light,
182182 disabled,
183183 onChange,
You can’t perform that action at this time.
0 commit comments