From e95977f71832047780cf5aa21f3e20dbb52ddf2f Mon Sep 17 00:00:00 2001 From: Alex25820 <50142558+Alex25820@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:13:46 +0200 Subject: [PATCH] Update texttheme.md --- docs/reference/types/texttheme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/types/texttheme.md b/docs/reference/types/texttheme.md index efa4e0fb..c6c83d9e 100644 --- a/docs/reference/types/texttheme.md +++ b/docs/reference/types/texttheme.md @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem'; Customizes [`Text`](/docs/controls/text) styles. -Material 3 design [defines](http://localhost:3000/docs/controls/text#pre-defined-theme-text-styles) 5 groups of text styles with 3 sizes in each group: "Display", "Headline", "Title", "Label" and "Body" which are used across Flet controls. +Material 3 design [defines](/docs/controls/text#pre-defined-theme-text-styles) 5 groups of text styles with 3 sizes in each group: "Display", "Headline", "Title", "Label" and "Body" which are used across Flet controls. `TextTheme` class has the following properties: @@ -106,4 +106,4 @@ def main(page: ft.Page): ft.app(main) ``` - \ No newline at end of file +