Added a message about a known bug.
This commit is contained in:
@@ -190,12 +190,17 @@ const CalenderExample = ({
|
|||||||
alignItems="center"
|
alignItems="center"
|
||||||
spacing={2}
|
spacing={2}
|
||||||
>
|
>
|
||||||
<Text>
|
<Text fontSize="sm" color="whiteAlpha.800">
|
||||||
{
|
{
|
||||||
"Not being able to edit within this tutorial when the current date is the start of the month is a known bug."
|
"Not being able to edit within this tutorial when the current date is the start of the week or month is a known bug."
|
||||||
}
|
}
|
||||||
</Text>
|
</Text>
|
||||||
<Text>{"This bug will be fixed in beta v2."}</Text>
|
<Text fontSize="sm" color="whiteAlpha.800">
|
||||||
|
{"This bug will be fixed in beta v2."}
|
||||||
|
</Text>
|
||||||
|
<Text fontSize="sm" color="whiteAlpha.800">
|
||||||
|
{"You can skip the tutorial and try again tomorrow."}
|
||||||
|
</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
)}
|
)}
|
||||||
</VStack>
|
</VStack>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ const TutorialCalender = ({ isLoading }: CalenderExampleProps): JSX.Element => {
|
|||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
spacing={1}
|
spacing={1}
|
||||||
>
|
>
|
||||||
<Text>{"Select the date with a"}</Text>
|
<Text>{"Select the date with the"}</Text>
|
||||||
<Text color="#00ff3c">{" green "}</Text>
|
<Text color="#00ff3c">{" green "}</Text>
|
||||||
<Text>{"border."}</Text>
|
<Text>{"border."}</Text>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ const buttonStyles = {
|
|||||||
fontSize: "xl",
|
fontSize: "xl",
|
||||||
py: 3,
|
py: 3,
|
||||||
px: 4,
|
px: 4,
|
||||||
color: "gray.400",
|
color: "whiteAlpha.800",
|
||||||
_hover: {
|
_hover: {
|
||||||
bg: mode(whiten("brand.danger", 20), darken("brand.danger", 20))(props),
|
bg: mode(whiten("brand.danger", 20), darken("brand.danger", 20))(props),
|
||||||
color: "whiteAlpha.900"
|
color: "whiteAlpha.900"
|
||||||
|
|||||||
Reference in New Issue
Block a user