Skip to content

Commit

Permalink
Change text color to gray-800 to improve color contrast (WordPress#66360
Browse files Browse the repository at this point in the history
)


Co-authored-by: Vrishabhsk <[email protected]>
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: afercia <[email protected]>
  • Loading branch information
4 people authored and karthick-murugan committed Nov 13, 2024
1 parent ed52d86 commit 4a1711c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/post-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

.edit-site-post-list__title-badge {
background: $gray-100;
color: $gray-700;
color: $gray-800;
padding: 0 $grid-unit-05;
border-radius: $radius-small;
font-size: 12px;
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-card-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

.editor-post-card-panel__title-badge {
background: $gray-100;
color: $gray-700;
color: $gray-800;
padding: 0 $grid-unit-05;
border-radius: $radius-small;
font-size: 12px;
Expand Down

0 comments on commit 4a1711c

Please sign in to comment.