какие-то правки

This commit is contained in:
Галина Федоренко 2024-10-31 12:05:06 +04:00
parent 216fedde62
commit 4f58e2d2bb

View File

@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
darkTheme: ThemeData.dark().copyWith(
colorScheme: ColorScheme.fromSeed(seedColor: const Color.fromARGB(255, 20, 40, 150)),
),
themeMode: ThemeMode.light, // Можно изменить на ThemeMode.light или ThemeMode.dark
themeMode: ThemeMode.light,
home: const MyHomePage(title: '7 Kingdoms'),
);
}