Skip to content

Commit

Permalink
My patterns page: Increase color contrast for the toggle group (#52678)
Browse files Browse the repository at this point in the history
* Update style.scss

* Update style.scss
  • Loading branch information
carolinan authored Jul 25, 2023
1 parent 78b70ad commit b0f3b95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
width: 300px;
}
}
.edit-site-patterns__sync-status-filter-option:not([aria-checked="true"]) {
color: $gray-600;
}
.edit-site-patterns__sync-status-filter-option:active {
background: $gray-700;
color: $gray-100;
Expand Down

0 comments on commit b0f3b95

Please sign in to comment.