Skip to content

Commit c3935dd

Browse files
carolinantellthemachines
authored andcommitted
My patterns page: Increase color contrast for the toggle group (#52678)
* Update style.scss * Update style.scss
1 parent 9bebf84 commit c3935dd

File tree

1 file changed

+3
-0
lines changed
  • packages/edit-site/src/components/page-patterns

1 file changed

+3
-0
lines changed

packages/edit-site/src/components/page-patterns/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
width: 300px;
5858
}
5959
}
60+
.edit-site-patterns__sync-status-filter-option:not([aria-checked="true"]) {
61+
color: $gray-600;
62+
}
6063
.edit-site-patterns__sync-status-filter-option:active {
6164
background: $gray-700;
6265
color: $gray-100;

0 commit comments

Comments
 (0)