diff --git a/lib/main.dart b/lib/main.dart index 72ecdcf..1f78ecd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -74,7 +74,7 @@ class _MyAppState extends State { return MaterialApp( title: "DIY Meals", theme: ThemeData( - primarySwatch: Colors.red, + primarySwatch: Colors.blue, accentColor: Colors.amber, canvasColor: Color.fromRGBO(255, 254, 229, 1), fontFamily: 'Raleway',