mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
fix: use square FABs instead of round FABs to comply with MD3
This commit is contained in:
@ -12,10 +12,6 @@ class ContributorsView extends StatelessWidget {
|
||||
viewModelBuilder: () => ContributorsViewModel(),
|
||||
onModelReady: (model) => model.getContributors(),
|
||||
builder: (context, model, child) => Scaffold(
|
||||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: () => model.getContributors(),
|
||||
child: const Icon(Icons.refresh),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
child: Column(
|
||||
|
Reference in New Issue
Block a user