Fix button height
This commit is contained in:
parent
03387aacf3
commit
ba1832cfb6
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class GrantPermissionsWidget extends StatelessWidget {
|
||||||
Padding(padding: const EdgeInsets.all(24)),
|
Padding(padding: const EdgeInsets.all(24)),
|
||||||
Container(
|
Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
height: 64,
|
|
||||||
padding: const EdgeInsets.fromLTRB(64, 0, 64, 0),
|
padding: const EdgeInsets.fromLTRB(64, 0, 64, 0),
|
||||||
child: button(
|
child: button(
|
||||||
"grant permission",
|
"grant permission",
|
||||||
|
|
Loading…
Add table
Reference in a new issue