瀏覽代碼

Fix button style

Lee Morgan 1 周之前
父節點
當前提交
d323f28c88
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/routes/recipe/[recipeId]/+page.svelte

+ 1 - 0
src/routes/recipe/[recipeId]/+page.svelte

@@ -161,6 +161,7 @@
         color: var(--color-text-on-primary);
         border-radius: 6px;
         padding: 0.6rem 1.2rem;
+        font-family: inherit;
         font-weight: 600;
         font-size: 1rem;
         line-height: 1.2;