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)}