Skip to content

Commit

Permalink
do not load filament theme stylesheet in main application
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Oct 9, 2024
1 parent 129c132 commit ddf11b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit ddf11b3

Please sign in to comment.