feat(vscode/mobile): enhance model selection view

This commit is contained in:
Bohdan Triapitsyn
2025-12-21 01:56:22 +02:00
parent 4bd4cad84e
commit 42a3137e6f
3 changed files with 15 additions and 8 deletions
@@ -221,7 +221,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
className={cn(
"absolute right-0 bottom-full mb-1 z-50",
"w-max min-w-[200px]",
"rounded-xl border border-border bg-muted shadow-md",
"rounded-xl border border-border bg-background shadow-md",
"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",
"duration-150"
)}