mirror of
https://github.com/usememos/memos.git
synced 2025-02-22 06:07:51 +01:00
* chore: apply styles to the correct month * chore: style fix
This commit is contained in:
parent
97ef5a8871
commit
73d13cb97b
@ -85,7 +85,7 @@ const ActivityCalendar = (props: Props) => {
|
||||
"text-gray-400",
|
||||
item.isCurrentMonth ? getCellAdditionalStyles(count, maxCount) : "opacity-60",
|
||||
item.isCurrentMonth && isToday && "border-zinc-400",
|
||||
item.isCurrentMonth && isSelected && "bg-success font-bold",
|
||||
item.isCurrentMonth && isSelected && "font-bold border-zinc-400",
|
||||
item.isCurrentMonth && !isToday && !isSelected && "border-transparent",
|
||||
!item.isCurrentMonth && "border-transparent",
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user