This commit is contained in:
@@ -17,7 +17,7 @@ class MyApp extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
title: constants.app_title,
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepOrange),
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.orange),
|
||||
),
|
||||
home: const MyHomePage(title: constants.app_title),
|
||||
);
|
||||
|
Reference in New Issue
Block a user