mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-29 05:41:04 +00:00
fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding
This commit is contained in:
@@ -67,7 +67,7 @@ class InstallerView extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
SliverPadding(
|
||||
padding: const EdgeInsets.all(20.0).copyWith(bottom: 20.0),
|
||||
padding: const EdgeInsets.all(20.0),
|
||||
sliver: SliverList(
|
||||
delegate: SliverChildListDelegate.fixed(
|
||||
<Widget>[
|
||||
|
||||
Reference in New Issue
Block a user