fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding

This commit is contained in:
Alberto Ponces
2022-09-12 17:30:44 +01:00
parent f67425cde3
commit 779b659108
9 changed files with 108 additions and 93 deletions

View File

@@ -58,7 +58,7 @@ class AppSkeletonLoader extends StatelessWidget {
),
),
child: const Center(
child: Text("Content"),
child: Text('Content'),
),
);
}