fix: drop the white backdrop behind model icons in the admin Models list (#27612)

This commit is contained in:
G30
2026-08-17 01:03:37 -06:00
committed by GitHub
parent 8fc5ffe26e
commit 90724cdee0
@@ -937,7 +937,7 @@
}}
>
<div class="self-center">
<div class="flex bg-white rounded-xl">
<div class="flex rounded-xl">
<div
class="{(model?.is_active ?? true)
? ''