fix focus ring under form submits (#4332)

This commit is contained in:
Zane
2025-08-27 11:08:32 -07:00
committed by GitHub
parent e10e6557c7
commit 9b9e6d91ea
@@ -120,7 +120,7 @@ const ParameterInputModal: React.FC<ParameterInputModalProps> = ({
<h2 className="text-xl font-bold text-textProminent mb-6">Recipe Parameters</h2>
</div>
<div className="flex-1 overflow-y-auto px-8">
<form onSubmit={handleSubmit} className="space-y-4">
<form onSubmit={handleSubmit} className="space-y-4 mb-4">
{parameters.map((param) => (
<div key={param.key}>
<label className="block text-md font-medium text-textStandard mb-2">