Table repeater headers
I have a problem when using table repeater, the header has a white dark mode bar
17 Replies
You didn’t include the plugin’s views in your custom theme tailwind.config.js
and you also imported the css into the theme.css
make sure you've run the build and the custom theme is registered correctly in your panel.
I already built it, the theme is the filament pattern
what's in vite.config.js?
something is off in your app. just not sure what. i can't replicate the issue
it's like this
Where's the theme?
You missed a step.
which?
Add this ‘resources/css/filament/admin/theme.css’ to the input array.
Either you missed that step or you haven't generated a theme yet.
I ran the command
art make:filament-theme yesterday
I added it, built it again and it didn't work
I guess you also didn't add
->viteTheme()
to your panel?
Did you read the output of the command?Exactly, I forgot about that, thank you very much 😀