168 Start

This commit is contained in:
2024-03-08 08:41:18 +01:00
parent ac8a7a4b96
commit 223b2a92d4
5 changed files with 74 additions and 26 deletions
+2 -2
View File
@@ -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,
),
),
),
);