components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/dialog): dialog's container-color does not follow Material 3 design specs

Open jjalbuenacabuyao opened this issue 7 months ago • 3 comments

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

jjalbuenacabuyao avatar Jun 01 '25 12:06 jjalbuenacabuyao

FYI this is causing a fair number of internal tests to fail.

adolgachev avatar Sep 24 '25 18:09 adolgachev

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.

adolgachev avatar Nov 13 '25 02:11 adolgachev

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.

adolgachev avatar Nov 14 '25 18:11 adolgachev