Skip to content

Commit

Permalink
fix(Calendar): list items border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jul 5, 2024
1 parent 971c393 commit 076c1e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/Calendar/List/Item/Item.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 076c1e0

Please sign in to comment.