From 8c46fedd36dcde5922e1b46c4304caf15eba60e6 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Thu, 27 Oct 2022 09:11:53 -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 52f078ea12..b474ee79d1 100644 --- a/docs/dls/component-design-guidelines.md +++ b/docs/dls/component-design-guidelines.md @@ -73,7 +73,7 @@ your app theme color palette. Most of the time the components from MUI will use the `` component which will use the theme's typography properties like font family, size, weight -and appropriate color from the palette for the context of that component, like +and appropriate color from the palette for the context of that component. This applies for example to buttons that use white font color for contained buttons, or the respective color passed on via props when not outlined for proper contrast (buttons in dark theme adapt properly by using a dark font instead of white).