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={
isSameDay(new Date(), date)
? getDate(date) > 10
? "4px 8px"
: "2px 10px"
? "0px 6px 3px 6px"
: "0px 9px 3px 9px"
: "auto"
}
h="auto"