mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
feat: overall UI rework in Settings View (#53)
This commit is contained in:
@ -15,7 +15,7 @@ class ContributorsView extends StatelessWidget {
|
||||
body: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
children: [
|
||||
children: <Widget>[
|
||||
ContributorsCard(
|
||||
title: 'Patcher Contributors',
|
||||
contributors: model.patcherContributors,
|
||||
|
Reference in New Issue
Block a user