fix(ui): ensure that all filter bar label indicators use badge class

This commit is contained in:
Łukasz Mierzwa
2019-04-16 14:14:19 +01:00
parent d065110319
commit 389ab04a40

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>
)}