Skip to content

Commit

Permalink
chore: fix button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Oct 22, 2023
1 parent 2955e70 commit 1e0fe00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/library/ListItem/Wrappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1e0fe00

Please sign in to comment.