Skip to content

Commit

Permalink
Merge pull request #10 from Sachindu-Nethmin/dev
Browse files Browse the repository at this point in the history
Update main.dart
  • Loading branch information
PasinduDilmin authored Oct 26, 2024
2 parents 02a5c57 + c8c5b1d commit dabfe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit dabfe5b

Please sign in to comment.