diff --git a/src/components/markdown-editor/render.tsx b/src/components/markdown-editor/render.tsx index 934218d1..99a7925c 100644 --- a/src/components/markdown-editor/render.tsx +++ b/src/components/markdown-editor/render.tsx @@ -143,7 +143,7 @@ export function MarkdownRender({ md,fontSize, ...rest }:Props) { { const [isLargeScreen] = useMediaQuery("(min-width: 768px)") const Layout = isLargeScreen ? HStack : VStack return ( - + diff --git a/src/components/posts/posts.tsx b/src/components/posts/posts.tsx index bfb7b775..8a5557e7 100644 --- a/src/components/posts/posts.tsx +++ b/src/components/posts/posts.tsx @@ -20,7 +20,7 @@ export const Posts = (props: Props) => { <> {posts.map(post => - + )} diff --git a/theme.ts b/theme.ts index ea3e4a85..f6cbe238 100644 --- a/theme.ts +++ b/theme.ts @@ -34,7 +34,7 @@ const customTheme = extendTheme({ fontStyle: "normal !important", }, fontWeight: '450', - fontSize: '17px' + fontSize: '16px' }, ...markdownEditor(props), ...markdownRender(props)