Skip to content

Commit 92acdf3

Browse files
committed
Simple color change
1 parent 1e8c08f commit 92acdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MyApp extends StatelessWidget {
2828
//
2929
// This works for code too, not just values: Most code changes can be
3030
// tested with just a hot reload.
31-
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
31+
colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),
3232
),
3333
home: const MyHomePage(title: 'Flutter Demo Home Page'),
3434
);

0 commit comments

Comments
 (0)