Fixed a bug in the login screen where it wasnt being popped and replaced by the home screen, Added skeleton layout for the task list tile

This commit is contained in:
Mariano Uvalle 2019-03-11 23:38:00 -06:00
parent fa535b86d2
commit 4cc5578576
4 changed files with 41 additions and 10 deletions

View file

@ -12,6 +12,7 @@ class App extends StatelessWidget {
onGenerateRoute: routes,
theme: ThemeData(
canvasColor: Color.fromRGBO(23, 25, 29, 1.0),
cardColor: Color.fromRGBO(36, 39, 44, 1.0),
fontFamily: 'IBM Plex Sans',
),
);