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;