desighn test8 #deploy

This commit is contained in:
martin 2026-01-20 17:54:11 +01:00
parent d19743ba01
commit 8377e822b9

View File

@ -538,14 +538,14 @@ const EventFormInline: React.FC<EventFormInlineProps> = ({ 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)}
>
<span className="flex flex-col items-center justify-center leading-tight">
<Icon className="h-4 w-4" />
<span className="text-[11px] mt-1">{label}</span>
<span className="hidden min-[390px]:block text-[10px] mt-0.5">{label}</span>
</span>
</Button>
);
@ -572,7 +572,7 @@ const EventFormInline: React.FC<EventFormInlineProps> = ({ onSuccess, onCancel,
{error && <div className="text-sm text-destructive pt-1">{error}</div>}
<div className="pt-2">
<div className="flex gap-2">
<div className="flex gap-1">
<MobileTabButton tab="stammdaten" label="Stammdaten" Icon={CalendarDays} />
<MobileTabButton tab="promotion" label="Promotion" Icon={Megaphone} />
<MobileTabButton tab="artists" label="Künstler" Icon={Users} />