From 9c7847d7cf09df88c7c3118997bda8e8dba1785b Mon Sep 17 00:00:00 2001 From: Vrishabh Jasani <71686151+Vrishabhsk@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:58:06 +0400 Subject: [PATCH] Change text color to gray-800 to improve color contrast (#66360) Co-authored-by: Vrishabhsk Co-authored-by: jameskoster Co-authored-by: afercia --- packages/edit-site/src/components/post-list/style.scss | 2 +- packages/editor/src/components/post-card-panel/style.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/edit-site/src/components/post-list/style.scss b/packages/edit-site/src/components/post-list/style.scss index 895a02b3106725..db6a32408c7921 100644 --- a/packages/edit-site/src/components/post-list/style.scss +++ b/packages/edit-site/src/components/post-list/style.scss @@ -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; diff --git a/packages/editor/src/components/post-card-panel/style.scss b/packages/editor/src/components/post-card-panel/style.scss index 73b638673f3e91..f69fe5aa00ad5f 100644 --- a/packages/editor/src/components/post-card-panel/style.scss +++ b/packages/editor/src/components/post-card-panel/style.scss @@ -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;