fix(web): transparent background color (#21747)

This commit is contained in:
Jason Rasmussen 2025-09-10 08:15:57 -04:00 committed by GitHub
parent e52cc259d5
commit 8e5d52abbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,7 @@
<div
class={[
'focus-visible:outline-none flex overflow-hidden',
disabled ? 'bg-gray-300' : 'bg-primary/30 dark:bg-primary/70',
disabled ? 'bg-gray-300' : 'dark:bg-neutral-700 bg-neutral-200',
]}
style:width="{width}px"
style:height="{height}px"