Browse Source

Fix button style

Lee Morgan 1 tuần trước cách đây
mục cha
commit
d323f28c88
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;