Specific style customizations in the login page
Hi, I need to make specific style customizations in the login page. I would do it by including a separated CSS file only in the login page. What's the best way to accomplish it using Filament?
3 Replies
Is it not possible?
Ya, the
panels::styles.after
render-hook is a good spot for injecting custom CSS.