Merge pull request #629 from prymitive/fix-filter-label

fix(ui): ensure that all filter bar label indicators use badge class
This commit is contained in:
Łukasz Mierzwa
2019-04-16 14:56:29 +01:00
committed by GitHub

View File

@@ -76,12 +76,12 @@ const FilterInputLabel = observer(
</span>
) : null
) : (
<span className="badge mr-1">
<span className="badge">
<FontAwesomeIcon icon={faSpinner} spin />
</span>
)
) : (
<span className="text-danger mr-1">
<span className="badge text-danger">
<FontAwesomeIcon icon={faExclamationCircle} />
</span>
)}