Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/boot/src/components/root/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flex-direction: row;
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
isolation: isolate;
background: var(--wpds-color-bg-surface-neutral-weak, #f0f0f0);
background: var(--wp-admin-color-menu-background, #1d2327);
Copy link
Member Author

Choose a reason for hiding this comment

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

I've also switched to #1d2327 as this is the default base color for the Default color scheme. But I can revert back to the #f0f0f0 fallback

}

.boot-layout__sidebar-backdrop {
Expand Down
Loading