From 7a7e52c14d044a6bfa2780eb2562f3e0030b6c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Wed, 2 Oct 2024 09:27:29 +0200 Subject: [PATCH] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marija Najdova Signed-off-by: Aarón García Hervás --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0af21c58a07ce..ad1964498e97b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ A big thanks to the 13 contributors who made this release possible. ### `@mui/material@6.1.2` - [Autocomplete] Fix listbox opens and closes on click when used with `limitTags` (#42494) @appleSimple -- [Button] ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp +- [Button] Ignore `dark` and `contrastText` if not provided in the theme (#43861) @siriwatknp - [Button] Fix regression for color `inherit` (#43862) @siriwatknp - [LinearProgress] Fix background color (#43949) @sai6855 - Support CSS variables with shadow DOM (#43948) @siriwatknp