diff --git a/packages/web/components/templates/article/ArticleContainer.tsx b/packages/web/components/templates/article/ArticleContainer.tsx index 2976227a9..b4efcb97d 100644 --- a/packages/web/components/templates/article/ArticleContainer.tsx +++ b/packages/web/components/templates/article/ArticleContainer.tsx @@ -41,6 +41,10 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element { await userPersonalizationMutation({ fontSize: newFontSize }) } + useEffect(() => { + updateFontSize(props.fontSize ?? 20) + }, [props.fontSize]) + // Listen for font size and color mode change events sent from host apps (ios, macos...) useEffect(() => { const increaseFontSize = async () => {