Update docs/dls/component-design-guidelines.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d4e4e45437
commit
8c46fedd36
@@ -73,7 +73,7 @@ your app theme color palette.
|
||||
|
||||
Most of the time the components from MUI will use the `<Typography />` 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).
|
||||
|
||||
Reference in New Issue
Block a user