class([
'fi-in-entry-wrp-hint flex items-center gap-x-3 text-sm',
match ($color) {
'gray' => 'text-gray-500',
default => 'text-custom-600 dark:text-custom-400',
},
])
->style([
\Filament\Support\get_color_css_variables($color, shades: [400, 500, 600]),
])
}}
>
@if (! \Filament\Support\is_slot_empty($slot))
{{ $slot }}
@endif
@if ($icon)
'text-gray-400 dark:text-gray-500',
default => 'text-custom-500 dark:text-custom-400',
},
])
/>
@endif
@if (count($actions))
@foreach ($actions as $action)
{{ $action }}
@endforeach
@endif