mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25: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="control" key={key}>
|
||||||
<div className="tags has-addons">
|
<div className="tags has-addons">
|
||||||
<Tag
|
<Tag
|
||||||
color="info"
|
color="info is-outlined"
|
||||||
label={item}
|
label={item}
|
||||||
onRemove={() => this.removeEntry(item)}
|
onRemove={() => this.removeEntry(item)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user