Skip to content

Commit 73d13cb

Browse files
authored
chore: style fix to #4151 (#4153)
* chore: apply styles to the correct month * chore: style fix
1 parent 97ef5a8 commit 73d13cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/ActivityCalendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const ActivityCalendar = (props: Props) => {
8585
"text-gray-400",
8686
item.isCurrentMonth ? getCellAdditionalStyles(count, maxCount) : "opacity-60",
8787
item.isCurrentMonth && isToday && "border-zinc-400",
88-
item.isCurrentMonth && isSelected && "bg-success font-bold",
88+
item.isCurrentMonth && isSelected && "font-bold border-zinc-400",
8989
item.isCurrentMonth && !isToday && !isSelected && "border-transparent",
9090
!item.isCurrentMonth && "border-transparent",
9191
)}

0 commit comments

Comments
 (0)