Skip to content

Commit

Permalink
style: 포트폴리오 에디터 Bold, Italic 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeon0916 committed May 17, 2024
1 parent b73a737 commit 0834fdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/portfolio/edit/PortfolioEdit.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ const PortfolioEditor = styled(ReactQuill)`
display: flex;
color: #8e8e8e;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
`;

const PortfolioEditButtonBox = styled.div`
Expand Down

0 comments on commit 0834fdc

Please sign in to comment.