diff --git a/ui/desktop/src/components/Modal.tsx b/ui/desktop/src/components/Modal.tsx index 0f59b097..7ead76a1 100644 --- a/ui/desktop/src/components/Modal.tsx +++ b/ui/desktop/src/components/Modal.tsx @@ -62,7 +62,7 @@ export default function Modal({ return (
These extensions use the Model Context Protocol (MCP). They can expand Goose's capabilities using three main components: Prompts, Resources, and Tools. @@ -131,46 +131,46 @@ export default function ExtensionsSection() {
+
Add key-value pairs for environment variables. Click the "+" button to add after filling both fields.
@@ -89,7 +89,7 @@ export default function EnvVarsSection({ onChange={(e) => onChange(index, 'key', e.target.value)} placeholder="Variable name" className={cn( - 'w-full border-borderSubtle text-textStandard', + 'w-full text-textStandard border-borderSubtle hover:border-borderStandard', isFieldInvalid(index, 'key') && 'border-red-500 focus:border-red-500' )} /> @@ -100,7 +100,7 @@ export default function EnvVarsSection({ onChange={(e) => onChange(index, 'value', e.target.value)} placeholder="Value" className={cn( - 'w-full border-borderSubtle text-textStandard', + 'w-full text-textStandard border-borderSubtle hover:border-borderStandard', isFieldInvalid(index, 'value') && 'border-red-500 focus:border-red-500' )} /> @@ -124,7 +124,7 @@ export default function EnvVarsSection({ }} placeholder="Variable name" className={cn( - 'w-full border-borderStandard text-textStandard', + 'w-full text-textStandard border-borderSubtle hover:border-borderStandard', invalidFields.key && 'border-red-500 focus:border-red-500' )} /> @@ -136,16 +136,16 @@ export default function EnvVarsSection({ }} placeholder="Value" className={cn( - 'w-full border-borderStandard text-textStandard', + 'w-full text-textStandard border-borderSubtle hover:border-borderStandard', invalidFields.value && 'border-red-500 focus:border-red-500' )} />- Are you sure you want to delete "{formData.name}"? This action cannot be undone. + Are you sure you want to remove "{formData.name}"? This action cannot be undone.