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 bce1cfc commit 591669a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/AppBar/AppBar-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export const Header = styled.header`
right: 0;
z-index: 999;
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(8px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
border-bottom: 1px solid;
border-image: linear-gradient(
to right,
Expand All @@ -24,6 +22,9 @@ export const Header = styled.header`
1;
transition: var(--main-transition);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
`;

export const NavWrap = styled.nav`
Expand Down

0 comments on commit 591669a

Please sign in to comment.