fix(Calendar): list items border radius

This commit is contained in:
Tim 2024-07-05 06:12:22 +02:00
parent 971c393f42
commit 076c1e0701

View file

@ -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;