diff --git a/src/library/ListItem/Wrappers.ts b/src/library/ListItem/Wrappers.ts index 73cd50fc94..3fa47972ea 100644 --- a/src/library/ListItem/Wrappers.ts +++ b/src/library/ListItem/Wrappers.ts @@ -140,10 +140,14 @@ export const Labels = styled.div` button { color: var(--accent-color-primary); + background: none; font-size: 0.95rem; display: flex; flex-flow: row wrap; align-items: center; + width: auto; + height: auto; + border-radius: none; > svg { margin-left: 0.3rem;