renderHook() component appears unstyled
I'm adding a top banner on the dashboard using the .The banner is showing but without the styling.
Filament::registerRenderHook(
'styles.end',
fn (): string => Blade::render('@livewire(\'banner-component\')'),
);