feat:更新TabUI模块

This commit is contained in:
2025-11-18 11:46:21 +08:00
parent 21ff0ad94f
commit df26790389
9 changed files with 88 additions and 47 deletions

View File

@@ -114,13 +114,13 @@ class _RecipeCalendarState extends State<RecipeCalendar> {
return Card(
elevation: 0,
color: colors.inversePrimary,
color: colors.onSecondary,
child: Padding(
padding: EdgeInsets.all(10),
child: Row(
children: [
CircleAvatar(
radius: 24,
radius: 20,
backgroundColor: colors.primary,
child: Text(
record.category[0],