chore(mobile): minor styling fix (#11619)

This commit is contained in:
Alex
2024-08-06 14:39:07 -05:00
committed by GitHub
parent 8ca24f0ef2
commit 1dae622dbc
4 changed files with 15 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ class AlbumActionFilledButton extends StatelessWidget {
padding: const EdgeInsets.only(right: 16.0),
child: FilledButton.icon(
style: FilledButton.styleFrom(
padding: const EdgeInsets.symmetric(vertical: 0, horizontal: 10),
padding: const EdgeInsets.symmetric(vertical: 0, horizontal: 16),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(25),
),