You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,15 @@ php artisan filament:assets
39
39
40
40
> **Note: Add plugin Blade files to your custom theme `tailwind.config.js` for dark mode.**
41
41
>
42
-
> To set up your own custom theme, you can visit the [official instruction page](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) on the Filament website.
42
+
> To set up your own custom theme, you can visit the [official instruction page](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) on the Filament website.
43
43
44
-
Add the plugin's views to your `tailwind.config.js` file.
44
+
Add the plugin's views and css to your `theme.css` file.
0 commit comments