File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
* The icons that are used in the comments component.
11
11
*/
12
12
'icons ' => [
13
+ 'action ' => 'heroicon-s-chat-bubble-left-right ' ,
13
14
'delete ' => 'heroicon-s-trash ' ,
14
15
'empty ' => 'heroicon-s-chat-bubble-left-right ' ,
15
16
],
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ protected function setUp(): void
20
20
21
21
$ this
22
22
->hiddenLabel ()
23
- ->icon (' heroicon-s-chat-bubble-left-right ' )
23
+ ->icon (config ( ' filament-comments.icons.action ' ) )
24
24
->color ('gray ' )
25
25
->badge ($ this ->record ->filamentComments ()->count ())
26
26
->slideOver ()
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ protected function setUp(): void
20
20
parent ::setUp ();
21
21
22
22
$ this
23
- ->icon (' heroicon-s-chat-bubble-left-right ' )
23
+ ->icon (config ( ' filament-comments.icons.action ' ) )
24
24
->label (__ ('filament-comments::filament-comments.comments ' ))
25
25
->slideOver ()
26
26
->modalContentFooter (fn (Model $ record ): View => view ('filament-comments::component ' , [
You can’t perform that action at this time.
0 commit comments