From d4e4e45437e5c9e1d39aa3a363fa572166a0f3cd Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Thu, 27 Oct 2022 09:10:48 -0500 Subject: [PATCH] Update docs/dls/component-design-guidelines.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Carlos Esteban Lopez Jaramillo --- docs/dls/component-design-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dls/component-design-guidelines.md b/docs/dls/component-design-guidelines.md index a396642c0b..52f078ea12 100644 --- a/docs/dls/component-design-guidelines.md +++ b/docs/dls/component-design-guidelines.md @@ -47,7 +47,7 @@ the color palette is with [`useTheme` hook](https://mui.com/material-ui/customiz It's not a very common use case to override a theme color in a MUI component but let's say you have a Paper component that highlights its content with a different color for a side menu or something (usually you use the elevation, -but maybe the designer wanted a colorful app), you can use the theme like this: +but maybe the designer wanted a colorful app). You can use the theme like this: ```tsx import { useTheme } from '@mui/material/styles';