From 17c57f6401328702330e1ece886d8189e25278df Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Wed, 17 Aug 2022 16:19:07 +0200 Subject: [PATCH] Make border radius pill Signed-off-by: Marco Ambrosini --- src/components/ListItem/ListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ListItem/ListItem.vue b/src/components/ListItem/ListItem.vue index 88bbe99178..3615553fda 100644 --- a/src/components/ListItem/ListItem.vue +++ b/src/components/ListItem/ListItem.vue @@ -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;