Dakaa
Explore posts from serversHow to change the logo size?
@awcodes
I'm following that guide, I tried two ways to achieve it.
Method A: my own attempt on using Tailwind JIT (not working)
resources/views/vendor/filament-panels/components/logo.blade.php
Method B: css hooks suggested on doc (working)
resources/views/vendor/filament-panels/components/logo.blade.php
theme.css
Does anyone know whether styling filament components using tailwind JIT is possible? or is using css hooks + tailwind directives in css file the only way for now?
10 replies