Unverified Commit 73d13cb9 authored by KidLoveToPlay's avatar KidLoveToPlay Committed by GitHub

chore: style fix to #4151 (#4153)

* chore: apply styles to the correct month

* chore: style fix
parent 97ef5a88
......@@ -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",
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment