mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding
This commit is contained in:
@ -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',
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user