+
+
+ setCreateForm(f => ({ ...f, name: e.target.value }))}
+ className="w-full px-3 py-2 text-sm border border-border rounded-lg focus:outline-none focus:ring-2 focus:ring-brand-primary/20 focus:border-brand-primary" autoFocus />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ setCreateForm(f => ({ ...f, budget: e.target.value }))}
+ className="w-full px-3 py-2 text-sm border border-border rounded-lg focus:outline-none focus:ring-2 focus:ring-brand-primary/20 focus:border-brand-primary" placeholder="0" />
+
+
+
+