Skip to content

Commit

Permalink
fix: the bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Dec 23, 2024
1 parent 8a7e206 commit 1449a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/FrameViewerModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const FrameViewerModal = forwardRef<SingletonModalRefCreator<FrameViewerM
}}
/>
{!props.ready ? (
<div className="flex items-center justify-center">
<div className="flex items-center justify-center bg-white dark:bg-black">
<FireflyLogo width={40} height={40} />
</div>
) : null}
Expand Down

0 comments on commit 1449a80

Please sign in to comment.