diff --git a/packages/block-editor/src/components/global-styles/style.scss b/packages/block-editor/src/components/global-styles/style.scss index 95a2864fa450f3..1630ac2abde574 100644 --- a/packages/block-editor/src/components/global-styles/style.scss +++ b/packages/block-editor/src/components/global-styles/style.scss @@ -81,7 +81,7 @@ button.components-button { color: $gray-900; - box-shadow: inset 0 0 0 $border-width $gray-300; + box-shadow: inset 0 0 0 $border-width $gray-400; width: 100%; display: block; height: $grid-unit-50;