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: '/',