Skip to content

Commit

Permalink
Make border radius pill
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
  • Loading branch information
marcoambrosini committed Aug 17, 2022
1 parent bd4931f commit 17c57f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ListItem/ListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export default {
flex: 0 0 auto;
justify-content: flex-start;
padding: 8px;
border-radius: 16px;
border-radius: var(--border-radius-pill);
margin: 2px 0;
width: 100%;
cursor: pointer;
Expand Down

0 comments on commit 17c57f6

Please sign in to comment.