From c8c5b1d9b745658f78f7876f2f18f0f696d06adc Mon Sep 17 00:00:00 2001 From: SachinduNethmin <90268451+PasinduDilmin@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:37:00 +0530 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 4f5532d..63bc3ca 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -14,7 +14,7 @@ class MyApp extends StatelessWidget { title: 'Flutter Demo', theme: ThemeData( - colorScheme: ColorScheme.fromSeed(seedColor: const Color.fromARGB(255, 166, 9, 194)), + colorScheme: ColorScheme.fromSeed(seedColor: const Color.fromARGB(255, 78, 4, 91)), useMaterial3: true, ), home: const MyHomePage(title: 'Flutter Demo Home Page'),