Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Jan 21, 2024
1 parent c9df919 commit bce1cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppBar/AppBar-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Header = styled.header`
right: 0;
z-index: 999;
background-color: rgba(255, 255, 255, 0.8);
/* backdrop-filter: blur(8px); */
backdrop-filter: blur(8px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
border-bottom: 1px solid;
Expand Down

0 comments on commit bce1cfc

Please sign in to comment.