fix: modal bg color (#12042)

This commit is contained in:
Yi Xiao 2024-12-24 16:26:47 +08:00 committed by GitHub
parent 094343739b
commit c91e8b1737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ export default function Modal({
leaveFrom="opacity-100"
leaveTo="opacity-0"
>
<div className="fixed inset-0 bg-background-overlay-fullscreen" />
<div className="fixed inset-0 bg-background-overlay" />
</Transition.Child>
<div