We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a7941 commit 0c97de1Copy full SHA for 0c97de1
1 file changed
src/pages/Profile/NavbarProfile/styles.tsx
@@ -9,7 +9,7 @@ export const Nav = styled.nav`
9
top: 0;
10
left: 0;
11
width: 100%;
12
- background-color: ${({ theme }) => theme.colors.white};
+ background-color: ${({ theme }) => theme.colors.contrast};
13
z-index: 1000;
14
position: sticky;
15
`;
0 commit comments