diff --git a/components/elements/context.tsx b/components/elements/context.tsx index 6a671d9..96af118 100644 --- a/components/elements/context.tsx +++ b/components/elements/context.tsx @@ -114,6 +114,7 @@ export const Context = ({ className, usage, ...props }: ContextProps) => { className={cn( "inline-flex select-none items-center gap-1 rounded-md text-sm", "cursor-pointer bg-background text-foreground", + "focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 outline-none ring-offset-background", className )} type="button" diff --git a/components/message-actions.tsx b/components/message-actions.tsx index 10807b3..155b75f 100644 --- a/components/message-actions.tsx +++ b/components/message-actions.tsx @@ -51,7 +51,7 @@ export function PureMessageActions({
{setMode && ( setMode("edit")} tooltip="Edit" diff --git a/components/multimodal-input.tsx b/components/multimodal-input.tsx index c95527e..9c0ee87 100644 --- a/components/multimodal-input.tsx +++ b/components/multimodal-input.tsx @@ -427,15 +427,14 @@ function PureModelSelectorCompact({ }} value={selectedModel?.name} > - - - - {selectedModel?.name} - - + +
diff --git a/components/visibility-selector.tsx b/components/visibility-selector.tsx index c7723d5..fed3437 100644 --- a/components/visibility-selector.tsx +++ b/components/visibility-selector.tsx @@ -69,7 +69,7 @@ export function VisibilitySelector({ )} >