increase tile of home action

This commit is contained in:
2024-10-01 12:49:12 +02:00
parent b168262420
commit c4692710cd

View File

@@ -490,7 +490,7 @@ class _MIHHomeState extends State<MIHHome> {
return Builder(builder: (context) { return Builder(builder: (context) {
return MIHAction( return MIHAction(
icon: const Icon(Icons.apps), icon: const Icon(Icons.apps),
iconSize: 35, iconSize: 45,
onTap: () { onTap: () {
setState(() { setState(() {
appSearch = ""; appSearch = "";