Skip to content

Commit

Permalink
Update save indicator contrast to pass AA (#15514)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored May 9, 2019
1 parent 8e7f37c commit d17e867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-saved-state/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d17e867

Please sign in to comment.