Merge pull request woocommerce/woocommerce-admin#330 from woocommerce/fix/datepicker-reset-btn-style
Datepicker: change Reset btn to default style
This commit is contained in:
commit
69471291f2
|
@ -118,7 +118,7 @@ class DatePickerContent extends Component {
|
||||||
{ selectedTab === 'custom' && (
|
{ selectedTab === 'custom' && (
|
||||||
<Button
|
<Button
|
||||||
className="woocommerce-filters-date__button"
|
className="woocommerce-filters-date__button"
|
||||||
isPrimary
|
isDefault
|
||||||
onClick={ resetCustomValues }
|
onClick={ resetCustomValues }
|
||||||
disabled={ ! ( after || before ) }
|
disabled={ ! ( after || before ) }
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue