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

@ -140,16 +140,16 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
child: Column(
children: <Widget>[
Text(
"Patch options",
'Patch options',
style: GoogleFonts.inter(
fontSize: 18,
fontWeight: FontWeight.w600,
),
),
const OptionsTextField(
hint: "App name"),
hint: 'App name'),
const OptionsFilePicker(
optionName: "Choose a logo",
optionName: 'Choose a logo',
),
],
),