Fix the highlight for the current day. #48

Merged
LucidKobold merged 4 commits from currDay-highlight into main 2022-04-09 15:07:59 -04:00
2 changed files with 9 additions and 3 deletions
Showing only changes of commit 7476757a38 - Show all commits

View File

@@ -142,8 +142,8 @@ const Day = ({
p={ p={
isSameDay(new Date(), date) isSameDay(new Date(), date)
? getDate(date) > 10 ? getDate(date) > 10
? "4px 8px" ? "0px 6px 3px 6px"
: "2px 10px" : "0px 9px 3px 9px"
: "auto" : "auto"
} }
h="auto" h="auto"