@@ -464,10 +464,10 @@ export const ChatInput = forwardRef<ChatInputHandles, ChatInputProps>(
464
464
{ enableAdvancedConfig && selectedAgentId && (
465
465
< div className = "w-full border-t border-border/30 bg-muted/20 px-4 py-1.5 rounded-b-3xl border-l border-r border-b border-border" >
466
466
< div className = "flex items-center justify-between" >
467
- < div className = "flex items-center gap-1 sm:gap-2 overflow-x-auto scrollbar-none" >
467
+ < div className = "flex items-center gap-1 overflow-x-auto scrollbar-none" >
468
468
< button
469
469
onClick = { ( ) => setRegistryDialogOpen ( true ) }
470
- className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-md hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
470
+ className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-xl hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
471
471
>
472
472
< div className = "flex items-center -space-x-0.5" >
473
473
< div className = "w-5 h-5 bg-white dark:bg-muted border border-border rounded-full flex items-center justify-center shadow-sm" >
@@ -487,7 +487,7 @@ export const ChatInput = forwardRef<ChatInputHandles, ChatInputProps>(
487
487
488
488
< button
489
489
onClick = { ( ) => router . push ( `/agents/config/${ selectedAgentId } ?tab=configuration&accordion=instructions` ) }
490
- className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-md hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
490
+ className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-xl hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
491
491
>
492
492
< Brain className = "h-3.5 w-3.5 flex-shrink-0" />
493
493
< span className = "text-xs font-medium" > Instructions</ span >
@@ -497,7 +497,7 @@ export const ChatInput = forwardRef<ChatInputHandles, ChatInputProps>(
497
497
498
498
< button
499
499
onClick = { ( ) => router . push ( `/agents/config/${ selectedAgentId } ?tab=configuration&accordion=knowledge` ) }
500
- className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-md hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
500
+ className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-xl hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
501
501
>
502
502
< Database className = "h-3.5 w-3.5 flex-shrink-0" />
503
503
< span className = "text-xs font-medium" > Knowledge</ span >
@@ -507,7 +507,7 @@ export const ChatInput = forwardRef<ChatInputHandles, ChatInputProps>(
507
507
508
508
< button
509
509
onClick = { ( ) => router . push ( `/agents/config/${ selectedAgentId } ?tab=configuration&accordion=triggers` ) }
510
- className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-md hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
510
+ className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-xl hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
511
511
>
512
512
< Zap className = "h-3.5 w-3.5 flex-shrink-0" />
513
513
< span className = "text-xs font-medium" > Triggers</ span >
@@ -517,7 +517,7 @@ export const ChatInput = forwardRef<ChatInputHandles, ChatInputProps>(
517
517
518
518
< button
519
519
onClick = { ( ) => router . push ( `/agents/config/${ selectedAgentId } ?tab=configuration&accordion=workflows` ) }
520
- className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-md hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
520
+ className = "flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-xl hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
521
521
>
522
522
< Workflow className = "h-3.5 w-3.5 flex-shrink-0" />
523
523
< span className = "text-xs font-medium" > Workflows</ span >
0 commit comments