Update the padding on the current day so the border is more symmetrical.

This commit is contained in:
Lucid Kobold
2022-04-09 14:00:01 -05:00
parent 4ce0c8d402
commit 7476757a38

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"