diff --git a/README.md b/README.md index 1cec790..9f08d09 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ An unofficial app for BabyBudy on Android and IOS +This project is on indefinite hold due to Baby Buddy naming on IOS being taken, and usefulness of this is questionable considering the webapp works very well on ios and android. + See the official webapp here: https://github.com/cdubz/babybuddy diff --git a/lib/main.dart b/lib/main.dart index 5a7af45..349d1ef 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -18,7 +18,7 @@ class MyApp extends StatelessWidget { // or simply save your changes to "hot reload" in a Flutter IDE). // Notice that the counter didn't reset back to zero; the application // is not restarted. - primarySwatch: Colors.blue, + primarySwatch: Colors.lightBlue[700], ), home: MyHomePage(title: 'Flutter Demo Home Page'), );