F
Filament4mo ago
Mohmd

Some Filament style not showing when I created custom theme

I created a custom theme to compile a custom tailwind style for my custom fields but it affected the filament style is shown in the screenshot the wizard step and links of the cluster not showing in the right way, and my tailwind config is down below import preset from '../../../../vendor/filament/filament/tailwind.config.preset' export default { presets: [preset], content: [ './app/Filament/Cashier/**/*.php', './resources/views/filament/cashier/**/*.blade.php', './vendor/filament/**/*.blade.php', './resources/views/forms/components/**/*.blade.php', ], }
No description
1 Reply
awcodes
awcodes4mo ago
What is off about them?