Update from deprecated `color` prop to `c` (#7)
This commit is contained in:
parent
4f903c139b
commit
0caaba7b30
|
|
@ -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 Vite project includes a minimal setup, if you want to learn more on Mantine +
|
||||
Vite integration follow{' '}
|
||||
<Anchor href="https://mantine.dev/guides/vite/" size="lg">
|
||||
|
|
|
|||
Loading…
Reference in New Issue