File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ function MCPSelect({ conversationId }: { conversationId?: string | null }) {
115
115
className = "badge-icon min-w-fit"
116
116
selectIcon = { < MCPIcon className = "icon-md text-text-primary" /> }
117
117
selectItemsClassName = "border border-blue-600/50 bg-blue-500/10 hover:bg-blue-700/10"
118
- selectClassName = "group relative inline-flex items-center justify-center md:justify-start gap-1.5 rounded-full border border-border-medium text-sm font-medium transition-shadow md:w-full size-9 p-2 md:p-3 bg-surface-chat shadow-sm hover:bg-surface-hover hover:shadow-md active:shadow-inner"
118
+ selectClassName = "group relative inline-flex items-center justify-center md:justify-start gap-1.5 rounded-full border border-border-medium text-sm font-medium transition-all md:w-full size-9 p-2 md:p-3 bg-transparent shadow-sm hover:bg-surface-hover hover:shadow-md active:shadow-inner"
119
119
/>
120
120
) ;
121
121
}
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export function TemporaryChat() {
43
43
render = {
44
44
< motion . button
45
45
onClick = { handleBadgeToggle }
46
+ aria-label = { localize ( temporaryBadge . label ) }
46
47
className = { cn (
47
48
'inline-flex size-10 flex-shrink-0 items-center justify-center rounded-lg border border-border-light text-text-primary transition-all ease-in-out hover:bg-surface-tertiary' ,
48
49
isTemporary
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ export default function CheckboxButton({
41
41
// Base styling from MultiSelect's selectClassName
42
42
'group relative inline-flex items-center justify-center gap-1.5' ,
43
43
'rounded-full border border-border-medium text-sm font-medium' ,
44
- 'size-9 p-2 transition-shadow md:w-full md:p-3' ,
45
- 'bg-surface-chat shadow-sm hover:bg-surface-hover hover:shadow-md active:shadow-inner' ,
44
+ 'size-9 p-2 transition-all md:w-full md:p-3' ,
45
+ 'bg-transparent shadow-sm hover:bg-surface-hover hover:shadow-md active:shadow-inner' ,
46
46
47
47
// Checked state styling
48
48
isChecked && isCheckedClassName && isCheckedClassName ,
You can’t perform that action at this time.
0 commit comments