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

Commit e3f4d14

Browse files
committed
Update blade heroicon references for v2
1 parent e784e5d commit e3f4d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"illuminate/view": "^8.70|^9.0"
2828
},
2929
"require-dev": {
30-
"blade-ui-kit/blade-heroicons": "^1.2",
30+
"blade-ui-kit/blade-heroicons": "^2.0",
3131
"friendsofphp/php-cs-fixer": "^3.0",
3232
"livewire/livewire": "^2.8",
3333
"orchestra/testbench": "^6.23|^7.0",

config/form-components.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* This icon will show when the password is un-masked and show toggle is enabled.
8080
* Can be overridden individually as well.
8181
*/
82-
'hide_password_icon' => 'heroicon-o-eye-off',
82+
'hide_password_icon' => 'heroicon-o-eye-slash',
8383
],
8484
'select' => Components\Inputs\Select::class,
8585
'textarea' => Components\Inputs\Textarea::class,

0 commit comments

Comments
 (0)