@ -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,
),
);