Fuck with styles a little

This commit is contained in:
2025-02-22 17:22:23 +01:00
parent 509849db5b
commit 165efcd1a3
2 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ class MyApp extends StatelessWidget {
),
textTheme: const TextTheme(
titleLarge: TextStyle(fontSize: 30, fontWeight: FontWeight.bold),
bodyLarge: TextStyle(fontSize: 18),
bodyMedium: TextStyle(fontSize: 16),
bodyLarge: TextStyle(fontSize: 20),
bodyMedium: TextStyle(fontSize: 20),
bodySmall: TextStyle(fontSize: 14),
),
),