Resolve conflict

This commit is contained in:
ArtemBaskal
2020-07-03 16:58:23 +03:00
114 changed files with 4241 additions and 1444 deletions

View File

@@ -92,10 +92,10 @@ export const renderGroupField = ({
&& <span className="input-group-append">
<button
type="button"
className="btn btn-secondary btn-icon"
className="btn btn-secondary btn-icon btn-icon--green"
onClick={removeField}
>
<svg className="icon icon--close">
<svg className="icon icon--small">
<use xlinkHref="#cross" />
</svg>
</button>