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

This commit is contained in:
G30 2026-08-17 03:03:37 -04:00 committed by GitHub
parent 8fc5ffe26e
commit 90724cdee0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
? ''