Update the responsive points of the weekdays.

This commit is contained in:
Lucid Kobold
2022-06-17 16:03:22 -05:00
parent a3156a1b7a
commit 17f721af0a

View File

@@ -86,11 +86,11 @@ const Calender = (newDate?: UpdateCalendarProps): JSX.Element => {
h={10} h={10}
key={weekDay} key={weekDay}
> >
<Text display={{ base: "none", lg: "block" }} w="100%" h="auto"> <Text display={{ base: "none", md: "block" }} w="100%" h="auto">
{weekDay} {weekDay}
</Text> </Text>
<Text <Text
display={{ base: "none", sm: "block", lg: "none" }} display={{ base: "none", sm: "block", md: "none" }}
w="100%" w="100%"
h="auto" h="auto"
> >