Skip to content

Commit

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

0 comments on commit 29ee8b3

Please sign in to comment.