@ -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
@ -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'),
);