From de96b9d4aebc5651d83e93eccdb3fd4f17d6a7bb Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 2 Nov 2024 10:11:03 +0100 Subject: [PATCH] Use a different color schema --- app/ui/components/table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/components/table.tsx b/app/ui/components/table.tsx index 82d77a8..a042f4b 100644 --- a/app/ui/components/table.tsx +++ b/app/ui/components/table.tsx @@ -9,7 +9,7 @@ function GuestRow({ guests }: { guests: Guest[] }) { guests.map((guest) => { return ( -
+
{guest.name}
) @@ -25,7 +25,7 @@ export function Table({ guests }: { guests: Guest[] }) { const arraySecondHalf = guests.slice(halfwayThrough, guests.length); return ( -
+