mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Tweak button style
This commit is contained in:
parent
ec930361cd
commit
3151e088bc
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ class _DetailPaneButton extends StatelessWidget {
|
|||
width: 96,
|
||||
height: 96,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 16),
|
||||
padding: const EdgeInsets.fromLTRB(8, 16, 8, 0),
|
||||
child: Column(
|
||||
children: [
|
||||
Icon(
|
||||
|
|
Loading…
Reference in a new issue