Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/admin-ui/src/page/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.admin-ui-page {
display: flex;
height: 100%;
// @TODO: Revisit page background color. Consider using
// --wpds-color-bg-surface-neutral once existing pages (e.g. Styles)
// are updated to handle the contrast change.
// See https://github.com/WordPress/gutenberg/pull/76548
background-color: var(--wpds-color-bg-surface-neutral-strong);
color: var(--wpds-color-fg-content-neutral);
position: relative;
Expand Down
Loading