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:
parent
fa535b86d2
commit
4cc5578576
4 changed files with 41 additions and 10 deletions
|
|
@ -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',
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue