Skip to content

Commit

Permalink
Update colors (#51856)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Jun 26, 2023
1 parent 12a9749 commit 48b30f4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.edit-site-layout {
height: 100%;
background: $gray-900;
color: $white;
color: $gray-400;
display: flex;
flex-direction: column;

Expand Down
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/page-library/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.components-heading {
color: $white;
color: $gray-200;
}

@include break-medium {
Expand Down Expand Up @@ -78,7 +78,7 @@
.edit-site-library__search {
&#{&} input[type="search"] {
background: $gray-800;
color: $gray-100;
color: $gray-200;

&:focus {
background: $gray-800;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
&:focus,
&:not([aria-disabled="true"]):active,
&[aria-expanded="true"] {
color: $white;
color: $gray-100;
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.sidebar-navigation__more-menu {
.components-button {
color: $gray-600;
color: $gray-200;
&:hover,
&:focus,
&[aria-current] {
color: $white;
color: $gray-100;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function SidebarNavigationScreen( {
) }
<Heading
className="edit-site-sidebar-navigation-screen__title"
color={ 'white' }
color={ '#e0e0e0' /* $gray-200 */ }
level={ 1 }
size={ 20 }
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
}

.edit-site-sidebar-navigation-screen__content {
color: $gray-400;
padding: 0 $grid-unit-20;

.components-item-group {
Expand Down
7 changes: 4 additions & 3 deletions packages/edit-site/src/components/site-hub/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
opacity: 1;
}
svg {
fill: $white;
fill: $gray-200;
}
}
&:hover {
Expand Down Expand Up @@ -55,12 +55,13 @@
.edit-site-site-hub__site-title {
margin-left: $grid-unit-05;
flex-grow: 1;
color: $gray-200;
}

.edit-site-site-hub_toggle-command-center {
color: $white;
color: $gray-200;

&:hover {
color: $white;
color: $gray-100;
}
}

1 comment on commit 48b30f4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 48b30f4.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5377513638
📝 Reported issues:

Please sign in to comment.