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' && (
|
||||
<Button
|
||||
className="woocommerce-filters-date__button"
|
||||
isPrimary
|
||||
isDefault
|
||||
onClick={ resetCustomValues }
|
||||
disabled={ ! ( after || before ) }
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue