diff --git a/packages/block-editor/src/components/list-view/style.scss b/packages/block-editor/src/components/list-view/style.scss index 8788cbec27662..d5a39c53751a2 100644 --- a/packages/block-editor/src/components/list-view/style.scss +++ b/packages/block-editor/src/components/list-view/style.scss @@ -18,7 +18,7 @@ .block-editor-list-view-block-select-button { // When a row is expanded, retain the dark color. &[aria-expanded="true"] { - color: $gray-900; + color: inherit; } // Ensure that on hover, the admin color is still used.