You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/theme/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
### Internal
16
16
17
17
- Refactor color space registration to avoid module-level side effects ([#77653](https://github.com/WordPress/gutenberg/pull/77653)).
18
-
-`ThemeProvider` now applies its `color` and `cursor` settings as inline CSS custom properties on the wrapper element. For root providers, the same properties are mirrored onto `document.documentElement` via an effect.
18
+
-`ThemeProvider`: apply `color` and `cursor` settings via inline styles instead of a per-instance `<style>` element ([#78678](https://github.com/WordPress/gutenberg/pull/78678)).
0 commit comments