From 287cac2dc858f2b0fbe7c3e7ec73622e81976818 Mon Sep 17 00:00:00 2001 From: BattleKing28 <56110324+BattleKing28@users.noreply.github.com> Date: Sun, 4 Oct 2020 13:39:19 +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 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',