Skip to content

Commit

Permalink
fix backdrop color
Browse files Browse the repository at this point in the history
  • Loading branch information
antpaw committed Aug 12, 2024
1 parent cef4c26 commit 680affe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Shell/ShellRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ export function ShellRoot({
left="0"
width="100%"
height="100%"
backgroundColor="yellow"
opacity={0.3}
backgroundColor="#745d02"
opacity={0.6}
zIndex={Z_INDEX.BACKDROP}
/>
)}
Expand Down

0 comments on commit 680affe

Please sign in to comment.