mirror of
https://github.com/immich-app/immich.git
synced 2026-03-10 20:28:04 +03:00
chore(mobile): minor styling fix (#11619)
This commit is contained in:
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user