fix: dialog title

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-27 16:16:01 +08:00
parent d28efef672
commit 2c55314491
4 changed files with 11 additions and 8 deletions

View File

@@ -276,7 +276,10 @@ class MyApp extends StatelessWidget {
refreshBackgroundColor: colorScheme.onSecondary,
),
dialogTheme: DialogTheme(
titleTextStyle: TextStyle(fontSize: 18),
titleTextStyle: TextStyle(
fontSize: 18,
color: colorScheme.onSurface,
),
),
);
}