Skip to content

Commit

Permalink
[Design] CSS 일부 수정
Browse files Browse the repository at this point in the history
- CSS 색상 일부 수정

Issues #122
  • Loading branch information
novice1993 committed Sep 19, 2023
1 parent 7eeaf31 commit fa00fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/EntireList/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const MenuItem = styled.button`
}
`;
const MenuItem1 = styled(MenuItem)`
border-left: 4px solid darkslategray;
border-left: 4px solid #4479c2;
`;

export default Header;
2 changes: 1 addition & 1 deletion client/src/components/HoldingList/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ const MenuItem = styled.button`
}
`;
const MenuItem1 = styled(MenuItem)`
border-left: 4px solid darkslategray;
border-left: 4px solid #4479c2;
`;
2 changes: 1 addition & 1 deletion client/src/components/watchlist/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ const MenuItem = styled.button`
}
`;
const MenuItem1 = styled(MenuItem)`
border-left: 4px solid darkslategray;
border-left: 4px solid #4479c2;
`;

0 comments on commit fa00fef

Please sign in to comment.