File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010 * The icons that are used in the comments component.
1111 */
1212 'icons ' => [
13+ 'action ' => 'heroicon-s-chat-bubble-left-right ' ,
1314 'delete ' => 'heroicon-s-trash ' ,
1415 'empty ' => 'heroicon-s-chat-bubble-left-right ' ,
1516 ],
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ protected function setUp(): void
2020
2121 $ this
2222 ->hiddenLabel ()
23- ->icon (' heroicon-s-chat-bubble-left-right ' )
23+ ->icon (config ( ' filament-comments.icons.action ' ) )
2424 ->color ('gray ' )
2525 ->badge ($ this ->record ->filamentComments ()->count ())
2626 ->slideOver ()
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ protected function setUp(): void
2020 parent ::setUp ();
2121
2222 $ this
23- ->icon (' heroicon-s-chat-bubble-left-right ' )
23+ ->icon (config ( ' filament-comments.icons.action ' ) )
2424 ->label (__ ('filament-comments::filament-comments.comments ' ))
2525 ->slideOver ()
2626 ->modalContentFooter (fn (Model $ record ): View => view ('filament-comments::component ' , [
You can’t perform that action at this time.
0 commit comments