Skip to content

Commit

Permalink
style: project tab text style 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Nov 25, 2024
1 parent a5aab2d commit 133f545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ProjectTab/ProjectTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ const tabContainerCss = css`

const tabCss = css`
${theme.typosV2.pretendard.semibold16};
line-height: 150%;
padding: 16px 20px;
color: ${theme.colors.grey[300]};
`;

const activeTabCss = css`
${tabCss};
color: ${theme.colors.grey[900]};
text-decoration: underline;
text-decoration: underline 2px;
text-underline-offset: 8px;
`;

Expand Down

0 comments on commit 133f545

Please sign in to comment.