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() {
|
||||
return MIHAction(
|
||||
icon: Icons.arrow_back,
|
||||
iconSize: 50,
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue