We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c66c63 commit d83a1b1Copy full SHA for d83a1b1
src/components/fields/ArrayField.js
@@ -388,7 +388,7 @@ function AddButton({onClick, disabled}) {
388
<p className="col-xs-2 col-xs-offset-10 array-item-add text-right">
389
<button type="button" className="btn btn-info col-xs-12"
390
tabIndex="-1" onClick={onClick}
391
- disabled={disabled} style={{fontWeight: "bold"}}>+</button>
+ disabled={disabled} style={{fontWeight: "bold"}}>➕</button>
392
</p>
393
</div>
394
);
0 commit comments