Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/dialog): take dialog background from theme palette (#26324)
We were using MDC's `surface` variable to set the background of the dialog, however the `surface` was being mapped to our `card` variable. In practice the values for both are the same, but the new behavior breaks apps with custom palettes. Fixes #26272. (cherry picked from commit 0e35cc0)
- Loading branch information