diff --git a/docs/docs/guides/02-theming.mdx b/docs/docs/guides/02-theming.mdx index 94d0aea9c0..f033653ece 100644 --- a/docs/docs/guides/02-theming.mdx +++ b/docs/docs/guides/02-theming.mdx @@ -170,9 +170,9 @@ const theme = { ...DefaultTheme, // Specify custom property myOwnProperty: true, - ...DefaultTheme.colors, // Specify custom property in nested object colors: { + ...DefaultTheme.colors, myOwnColor: '#BADA55', }, };