mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): ensure that all filter bar label indicators use badge class
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user