Skip to content

Commit

Permalink
design: (#672) 랭킹 페이지 table의 헤더 및 내 랭킹 font weight 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
inyeong-kang committed Sep 21, 2023
1 parent 062e2c2 commit bd279f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Ranking/PassionUser/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Tbody = styled.tbody`
background-color: var(--white);
font-weight: 500;
font-weight: 600;
}
`;

Expand All @@ -39,6 +39,7 @@ export const Th = styled.th`
padding: 10px 0;
font: var(--text-body);
font-weight: 600;
`;

export const RankingTd = styled.td`
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/Ranking/PopularPost/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const Th = styled.th`
padding: 10px 0;
font: var(--text-body);
font-weight: 600;
`;

export const RankingTd = styled.td`
Expand Down

0 comments on commit bd279f2

Please sign in to comment.