From 84489e10d41b1fae8ae0f1e841b56444dd58aa23 Mon Sep 17 00:00:00 2001 From: Atal Atal <62022057+ataldev@users.noreply.github.com> Date: Tue, 7 May 2024 15:55:48 -0400 Subject: [PATCH] Update overview.mdx Fix typo. --- apps/mantine.dev/src/pages/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mantine.dev/src/pages/overview.mdx b/apps/mantine.dev/src/pages/overview.mdx index 235b8621d97..4e30c627f9e 100644 --- a/apps/mantine.dev/src/pages/overview.mdx +++ b/apps/mantine.dev/src/pages/overview.mdx @@ -224,7 +224,7 @@ These selectors can be used to apply styles to inner elements with [classNames o All Mantine components support `light`, `dark` and `auto` [color schemes](/theming/color-schemes). By default, the color scheme is `light`, it can be changed by the user and will be persisted in `localStorage`. -You can use configure the default color scheme on [MantineProvider](/theming/mantine-provider): +You can configure the default color scheme on [MantineProvider](/theming/mantine-provider): ```tsx import { MantineProvider } from '@mantine/core';