Leo 3 년 전
부모
커밋
87c935a83d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/novel/Settings/index.tsx

+ 1 - 1
components/novel/Settings/index.tsx

@@ -110,7 +110,7 @@ const Settings = (props: SettingsProps) => {
           Nunito Sans
         </button>
         <button
-          className={clsx("btn", "btn-primary", {
+          className={clsx("btn", "btn-primary", "font-serif", {
             "btn-outline": !isSerif,
           })}
           onClick={() => changeIsSerif(true)}