Skip to content

Commit

Permalink
Default color on clear button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Aug 23, 2023
1 parent 2bd1c33 commit f2eadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Select/partials/clear.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'style' => 'basic',
'icon' => 'close',
'size' => 'md',
'color' => 'secondary',
'color' => 'default',
'classList' => [$baseClass . '__clear-button'],
'attributeList' => ['data-js-select-clear' => '1']
])
Expand Down

0 comments on commit f2eadcc

Please sign in to comment.