LightningSnaps
LightningSnaps
FFilament
Created by LightningSnaps on 6/25/2024 in #❓┊help
Is there a way to change the bg-color of the table filters?
No description
7 replies
FFilament
Created by LightningSnaps on 8/3/2023 in #❓┊help
Best way to use tailwind styles on custom pages?
Is there a preferred way to use tailwind classes in the blade files for custom filament pages? I am currently doing this but obviously it only works locally and is very fragile.
FilamentAsset::register([
Css::make('custom-stylesheet', asset('css/app.css')),
Css::make('page-assets', 'http://chicago-211-api.test/build/assets/app-97668bcd.css')
]);
FilamentAsset::register([
Css::make('custom-stylesheet', asset('css/app.css')),
Css::make('page-assets', 'http://chicago-211-api.test/build/assets/app-97668bcd.css')
]);
4 replies