Color theme updated

This commit is contained in:
marcoabat
2023-08-12 12:50:54 +02:00
parent db272b8c85
commit 42fbad2fde

View File

@@ -44,7 +44,8 @@ class MyApp extends StatelessWidget {
).copyWith(
dividerTheme: const DividerThemeData(thickness: 1),
colorScheme: ColorScheme.fromSeed(
seedColor: const Color.fromARGB(255, 17, 212, 75),
seedColor: Colors.greenAccent,
brightness: Brightness.dark,
),
),
initialRoute: '/',