From 42fbad2fdead1e91599f6b408bb1ad7903d5e8f6 Mon Sep 17 00:00:00 2001 From: marcoabat Date: Sat, 12 Aug 2023 12:50:54 +0200 Subject: [PATCH] Color theme updated --- lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 859e9e1..4f8e960 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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: '/',