From 8377e822b93e74de3c01ff6bfea8c9c90ecdf519 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 20 Jan 2026 17:54:11 +0100 Subject: [PATCH] desighn test8 #deploy --- src/features/event/components/EventFormInline.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/event/components/EventFormInline.tsx b/src/features/event/components/EventFormInline.tsx index d4ab7a4..266684a 100644 --- a/src/features/event/components/EventFormInline.tsx +++ b/src/features/event/components/EventFormInline.tsx @@ -538,14 +538,14 @@ const EventFormInline: React.FC = ({ onSuccess, onCancel, type="button" variant="ghost" size="sm" - className={`flex-1 h-14 justify-center rounded-xl transition-colors ${ + className={`flex-1 h-11 px-1 justify-center rounded-xl transition-colors ${ isActive ? 'bg-primary/10 text-primary' : 'text-muted-foreground hover:bg-primary/5 hover:text-foreground' }`} onClick={() => setActiveTab(tab)} > - {label} + {label} ); @@ -572,7 +572,7 @@ const EventFormInline: React.FC = ({ onSuccess, onCancel, {error &&
{error}
}
-
+