Skip to content

Commit

Permalink
#120 style: navbar 대시보드 목록 구분선 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MyungJiwoo committed Dec 17, 2024
1 parent f2aa47e commit b3e574e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/DashboardStyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export const PersonalDashboardItem = styled.article`
cursor: pointer;
margin: 0.5rem 0;
margin-left: 2rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid #e9e9e9ca;
`;

export const TeamDashboardItem = styled.article`
Expand All @@ -99,6 +102,9 @@ export const TeamDashboardItem = styled.article`
font-weight: ${theme.font.weight.medium};
cursor: pointer;
margin: 0.5rem 0;
padding-bottom: 0.4rem;
border-bottom: 1px solid #e9e9e9ca;
`;

export const CardContainer = styled.div<Props>`
Expand Down

0 comments on commit b3e574e

Please sign in to comment.