Skip to content

Commit 0c97de1

Browse files
committed
fix: 코리 반영
1 parent 41a7941 commit 0c97de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Profile/NavbarProfile/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const Nav = styled.nav`
99
top: 0;
1010
left: 0;
1111
width: 100%;
12-
background-color: ${({ theme }) => theme.colors.white};
12+
background-color: ${({ theme }) => theme.colors.contrast};
1313
z-index: 1000;
1414
position: sticky;
1515
`;

0 commit comments

Comments
 (0)