Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 86bbef9

Browse files
committed
Update blade heroicon references for v2
1 parent 51e3cc5 commit 86bbef9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-form-components` will be documented in this file
44

5+
## 7.1.5 - 2022-08-24
6+
### Updated
7+
- Update blade heroicon references for v2
8+
59
## 7.1.4 - 2022-08-24
610
### Updated
711
- Update blade heroicon references for v2

config/form-components.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* This icon will be shown when an option is selected
4848
* and the "optional" attribute is set to true.
4949
*/
50-
'clear_icon' => 'heroicon-o-x',
50+
'clear_icon' => 'heroicon-o-x-mark',
5151
],
5252
'custom-select-option' => Components\Inputs\CustomSelectOption::class,
5353
'date-picker' => [
@@ -62,7 +62,7 @@
6262
* This icon will be shown when there is a value, and will allow you
6363
* to clear the input.
6464
*/
65-
'clear_icon' => 'heroicon-s-x',
65+
'clear_icon' => 'heroicon-s-x-mark',
6666
],
6767
'input' => Components\Inputs\Input::class,
6868
'email' => Components\Inputs\Email::class,

0 commit comments

Comments
 (0)