Add CSS class to <html>
I implemented different themes using the
But I could not find any way to achieve this so far. I created
Edit: Or alternatively I can add
tw-colors tailwind package. Now I have to render the configured class name from .env into the <html> tag, e.g. <html class="classic-theme">.But I could not find any way to achieve this so far. I created
resources/views/layouts/app.blade.php but this file seems to be ignored for the admin panel.Edit: Or alternatively I can add