mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
taggroup items are now outlined
This commit is contained in:
@@ -44,7 +44,7 @@ class TagGroup extends React.Component<Props> {
|
||||
<div className="control" key={key}>
|
||||
<div className="tags has-addons">
|
||||
<Tag
|
||||
color="info"
|
||||
color="info is-outlined"
|
||||
label={item}
|
||||
onRemove={() => this.removeEntry(item)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user