color theme change
This commit is contained in:
@@ -37,6 +37,10 @@ class MyApp extends StatelessWidget {
|
|||||||
title: 'Brisenchecker',
|
title: 'Brisenchecker',
|
||||||
theme: ThemeData.dark(
|
theme: ThemeData.dark(
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
|
).copyWith(
|
||||||
|
colorScheme: ColorScheme.fromSeed(
|
||||||
|
seedColor: const Color.fromARGB(255, 0, 141, 42),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
initialRoute: '/',
|
initialRoute: '/',
|
||||||
routes: {
|
routes: {
|
||||||
|
|||||||
Reference in New Issue
Block a user