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 19, 2022
1 parent 8c0cccb commit 1a8f2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,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 1a8f2f2

Please sign in to comment.