Skip to content

Commit

Permalink
chore: style fix to #4151 (#4153)
Browse files Browse the repository at this point in the history
* chore: apply styles to the correct month

* chore: style fix
  • Loading branch information
Yamico authored Nov 28, 2024
1 parent 97ef5a8 commit 73d13cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/ActivityCalendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)}
Expand Down

0 comments on commit 73d13cb

Please sign in to comment.