From d4e0de838937cb014019c53571c54e0a390cb9e4 Mon Sep 17 00:00:00 2001 From: Sebastian Sebald Date: Wed, 25 Oct 2023 15:47:21 +0200 Subject: [PATCH] improve table a bit --- ui/table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/table.tsx b/ui/table.tsx index 54e1099a..5b0d6efc 100644 --- a/ui/table.tsx +++ b/ui/table.tsx @@ -17,8 +17,8 @@ const styles = { header: 'text-secondary-800', }, size: { - collapsed: 'py-2 md:py-2.5 min-h-[44px] md:min-h-[50px]', - relaxed: 'py-3', + collapsed: 'py-2.5 md:py-3.5 min-h-[44px] md:min-h-[50px]', + relaxed: 'py-3.5', }, }, defaultVariants: {