components
components copied to clipboard
fix(material/dialog): dialog's container-color does not follow Material 3 design specs
Fixes a bug in the Angular Material dialog component where dialog uses surface container-color instead of surface-container-high as per Material 3 guidelines.
Fixes #30536
FYI this is causing a fair number of internal tests to fail.
This is still pending but I'll take a look this week as I'm back on rotation and try to fix the tests and merge if possible.
This does cause a lot of churn internally. In some cases unfortunately, the change in background conflicts with overlays on top of it (like date-picker). We'll need some more time to see how it could be rolled out.