소스 검색

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;