From 076c1e0701447bec15530ade84a0c0071bc4583c Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 5 Jul 2024 06:12:22 +0200 Subject: [PATCH] fix(Calendar): list items border radius --- src/routes/Calendar/List/Item/Item.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/Calendar/List/Item/Item.less b/src/routes/Calendar/List/Item/Item.less index a2e8effa7..cdcb708b8 100644 --- a/src/routes/Calendar/List/Item/Item.less +++ b/src/routes/Calendar/List/Item/Item.less @@ -40,6 +40,10 @@ font-weight: 500; color: var(--primary-foreground-color); + &:last-child { + border-radius: 0 0 var(--border-radius) var(--border-radius); + } + .name { flex: auto; white-space: nowrap;