e.stopPropagation()}>
+
updateDraft({ name: e.currentTarget.value })}
+ placeholder="Name"
+ style={{ padding: 8, fontSize: 13 }}
+ />
+
+ updateDraft({ color: e.currentTarget.value })}
+ aria-label="Color"
+ />
+ updateDraft({ color: e.currentTarget.value })}
+ style={{ padding: 8, fontSize: 13, width: 120 }}
+ />
+
+
+
+
+
+
+ ) : (
+