mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-24 16:04:43 +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,
|
width: 96,
|
||||||
height: 96,
|
height: 96,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 16),
|
padding: const EdgeInsets.fromLTRB(8, 16, 8, 0),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Icon(
|
Icon(
|
||||||
|
|
Loading…
Add table
Reference in a new issue