Remove deprecated color prop from text

This commit is contained in:
Vitaly Rtishchev
2023-09-26 12:34:09 +04:00
parent 018c3092ac
commit 9a4bbde42b

View File

@ -10,7 +10,7 @@ export function Welcome() {
Mantine
</Text>
</Title>
<Text color="dimmed" ta="center" size="lg" maw={580} mx="auto" mt="xl">
<Text c="dimmed" ta="center" size="lg" maw={580} mx="auto" mt="xl">
This starter Next.js project includes a minimal setup for server side rendering, if you want
to learn more on Mantine + Next.js integration follow{' '}
<Anchor href="https://mantine.dev/guides/next/" size="lg">