какие-то правки
This commit is contained in:
parent
216fedde62
commit
4f58e2d2bb
@ -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'),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user