Skip to content

Commit

Permalink
refactor: 아티클 에디터 세팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
healim01 committed Nov 16, 2024
1 parent 465eabd commit a3cce4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ArticleDetail/ArticleContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ArticleContent = () => {
<S.Title>{article?.title}</S.Title>
<MarkdownPreview
source={article?.content}
style={{ fontSize: '1.8rem', fontFamily: 'SUITE Variable' }}
style={{ fontSize: '1.6rem', lineHeight: '2.6rem', fontFamily: 'SUITE Variable' }}
wrapperElement={{
'data-color-mode': 'light',
}}
Expand Down

0 comments on commit a3cce4e

Please sign in to comment.