Skip to content

Commit

Permalink
replace sx property with backdropFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Apr 20, 2024
1 parent 29ee8b3 commit 805afe1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/ui/page/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ export default function Layout() {
<GridItem area={'header'}>
<Box
bg="#26212AD6"
h="4rem"
sx={{
'& > *': {
backdropFilter: 'blur(12px)',
},
}}
backdropFilter="blur(12px)"
position="fixed"
zIndex={5}
w="full"
Expand Down

0 comments on commit 805afe1

Please sign in to comment.