From a6c517f8a10399dd4024d4c659777b2fb4aef058 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Wed, 13 Nov 2024 08:47:50 +0100 Subject: [PATCH] Adjust styles of confirmed column --- app/ui/groups/table.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/ui/groups/table.tsx b/app/ui/groups/table.tsx index 387c7ea..9b4e76b 100644 --- a/app/ui/groups/table.tsx +++ b/app/ui/groups/table.tsx @@ -50,22 +50,22 @@ export default function GroupsTable() {
- + {group.attendance?.confirmed} - + {group.attendance?.tentative} - + {group.attendance?.invited} - + {group.attendance?.declined} - + {group.attendance?.considered} - + {group.attendance?.total}