Skip to content

Commit

Permalink
fix: modal bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
YIXIAO0 committed Dec 24, 2024
1 parent 0943437 commit f61bbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/base/modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f61bbf7

Please sign in to comment.