diff --git a/src/pages/student-dashboard/StoryPage.tsx b/src/pages/student-dashboard/StoryPage.tsx index b8279e3..d1d7abb 100644 --- a/src/pages/student-dashboard/StoryPage.tsx +++ b/src/pages/student-dashboard/StoryPage.tsx @@ -394,7 +394,7 @@ export function StoryPage() { const { session } = useSession(); const { isUpperCase, toggleUppercase, isLoading } = useUppercasePreference(session?.user?.id); const { isHighlighted: isSyllablesEnabled, toggleHighlight: toggleSyllables } = useSyllables(); - const [fontSize, setFontSize] = useState(18); + const [fontSize, setFontSize] = useState(24); const [readingSpeed, setReadingSpeed] = useState(60); // 60 palavras por minuto const [letterSpacing, setLetterSpacing] = useState(0); const [wordSpacing, setWordSpacing] = useState(0); @@ -854,19 +854,39 @@ export function StoryPage() {
Sem imagem para esta página
+Sem imagem para esta página
-