decrease mihaction size
This commit is contained in:
parent
b74243add4
commit
b641e07b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class _MIHAboutState extends State<MIHAbout> {
|
||||||
MIHAction getActionButton() {
|
MIHAction getActionButton() {
|
||||||
return MIHAction(
|
return MIHAction(
|
||||||
icon: Icons.arrow_back,
|
icon: Icons.arrow_back,
|
||||||
iconSize: 50,
|
iconSize: 35,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue