From 1a8f2f2e769a78006112c15ff718b3868555464f 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/NcListItem/NcListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index 932f3862c4..cd46cac867 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -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;