diff --git a/lib/widgets/category_grid_item.dart b/lib/widgets/category_grid_item.dart index 879dc60..dcac7e1 100644 --- a/lib/widgets/category_grid_item.dart +++ b/lib/widgets/category_grid_item.dart @@ -34,8 +34,8 @@ class CategoryGridItem extends StatelessWidget { child: Text( category.title, style: Theme.of(context).textTheme.titleLarge!.copyWith( - color: Theme.of(context).colorScheme.onBackground, - ), + color: Theme.of(context).colorScheme.onBackground, + ), ), ), );