diff --git a/lib/spaces/spaceRate.dart b/lib/spaces/spaceRate.dart index bb30968..d8813cc 100644 --- a/lib/spaces/spaceRate.dart +++ b/lib/spaces/spaceRate.dart @@ -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, ),