Better Home Icon

This commit is contained in:
Jonas Braus
2024-11-25 16:43:19 +01:00
parent 5b346976f2
commit 122c9e7ba8
+1 -1
View File
@@ -84,7 +84,7 @@ class SpaceRate extends StatelessWidget {
appBar: AppBar(
leading: IconButton(
icon: Icon(
Icons.home,
Icons.home_rounded,
size: 36,
color: Theme.of(context).colorScheme.onPrimary,
),