diff --git a/packages/editor/src/components/post-saved-state/style.scss b/packages/editor/src/components/post-saved-state/style.scss index 7e6a3ce6e0682..902888bd3aee5 100644 --- a/packages/editor/src/components/post-saved-state/style.scss +++ b/packages/editor/src/components/post-saved-state/style.scss @@ -3,7 +3,7 @@ align-items: center; width: $icon-button-size - 8px; padding: #{ $grid-size-small * 3 } $grid-size-small; - color: $light-gray-900; // Doesn't need to meet AA because button is disabled and it's supporting text. + color: $dark-gray-500; overflow: hidden; white-space: nowrap;