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
Showing only changes of commit 4ce0c8d402 - Show all commits

View File

@@ -161,7 +161,13 @@ const AddUpdateSticker = ({
"M/d/y"
)}?`,
body: (
<SimpleGrid my={{ base: "0px", sm: "6" }} mx={{ base: "0px", sm: "10", md: "16" }} w="auto" h="100%" columns={3}>
<SimpleGrid
my={{ base: "0px", sm: "6" }}
mx={{ base: "0px", sm: "10", md: "16" }}
w="auto"
h="100%"
columns={3}
>
<Heading textAlign="center" as="h3" size="md" w="100%" h="auto">
{"Previous Sticker"}
</Heading>