Skip to content

Commit

Permalink
Notice: Fix text contrast for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 18, 2025
1 parent c0f3cd9 commit cc8f523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

- `NumberControl`: Fix invalid HTML attributes for infinite bounds ([#69033](https://github.com/WordPress/gutenberg/pull/69033)).

### Bug Fixes

- `Notice`: Fix text contrast for dark mode ([#69226](https://github.com/WordPress/gutenberg/pull/69226)).

## 29.4.0 (2025-02-12)

- `FontSizePicker`: Remove Custom option from dropdown to prevent unexpected context changes during keyboard navigation ([#69038](https://github.com/WordPress/gutenberg/pull/69038)).
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/notice/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
border-left: 4px solid $components-color-accent;
padding: 8px 12px;
align-items: center;
color: $gray-900;

&.is-dismissible {
position: relative;
Expand Down

0 comments on commit cc8f523

Please sign in to comment.