layout changes

This commit is contained in:
2025-03-01 16:22:54 -06:00
parent 3453bd0b50
commit 788aefdf86
3 changed files with 38 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: constants.app_title,
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.orange),
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
),
home: const MyHomePage(title: constants.app_title),
);