Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
PasinduDilmin committed Oct 26, 2024
1 parent 23afeb2 commit c8c5b1d
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 c8c5b1d

Please sign in to comment.