[AppBar] Make dark by default for dark themes #18308
Labels
design: material
This is about Material Design, please involve a visual or UX designer in the process
Milestone
Summary 💡
According to the MD spec:
I propose that in MUI, when setting a theme's
palette.type
to'dark'
, the App Bar is by default rendered with a suitable dark, neutral color instead of the primary color.Examples 🌈
Screenshot from MD spec:
Motivation 🔦
This is a good default that follows the MUI spec. Currently it must be done automatically, e.g. by having the theme override the app bar's
color
prop to'default'
, but that sets it to a very dark color that I'm not sure is correct:The text was updated successfully, but these errors were encountered: