Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: update changelog and set proper editor text color for modal co…
…ntent
  • Loading branch information
kushagra-goyal-14 committed Sep 3, 2025
commit be93c467b217b50d24d30bacf292d62ba2593b8c
3 changes: 1 addition & 2 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
### Bug Fixes

- `Tabs`: Ensure font size inheritance for tab buttons in all contexts ([#71346](https://github.com/WordPress/gutenberg/pull/71346)).
### Bug fixes

- `Modal`: Fix modal headings and labels to use proper editor text color instead of wp-admin colors ([#71311](https://github.com/WordPress/gutenberg/pull/71311)).
- `Modal`: Fix modal headings and labels to use proper editor text color instead of wp-admin colors ([#50448](https://github.com/WordPress/gutenberg/pull/71311)).


## 30.2.0 (2025-08-20)
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
overflow: hidden;
// Have the content element fill the vertical space yet not overflow.
display: flex;
// Set the proper editor text color for all content within the modal
color: $gray-900;
// Animate the modal frame/contents appearing on the page.
animation-name: components-modal__appear-animation;
Expand Down