do not load filament theme stylesheet in main application

This commit is contained in:
Gregor Vostrak
2024-10-09 16:51:25 +02:00
parent 129c132f97
commit ddf11b394d

View File

@@ -23,7 +23,7 @@
<!-- Scripts -->
@routes
@vite(\Nwidart\Modules\Module::getAssets())
@vite(array_filter(\Nwidart\Modules\Module::getAssets(), fn($asset) => $asset !== 'resources/css/filament/admin/theme.css'))
@inertiaHead
</head>
<body class="font-sans antialiased">