increase tile of home action
This commit is contained in:
parent
b168262420
commit
c4692710cd
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||
return Builder(builder: (context) {
|
||||
return MIHAction(
|
||||
icon: const Icon(Icons.apps),
|
||||
iconSize: 35,
|
||||
iconSize: 45,
|
||||
onTap: () {
|
||||
setState(() {
|
||||
appSearch = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue