Skip to content

Commit

Permalink
update preferences modal unit test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Nov 1, 2022
1 parent b46a409 commit afbde74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,13 +580,13 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
}
.emotion-13:hover {
color: var( --wp-admin-theme-color, #007cba);
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
}
.emotion-13:focus {
background-color: transparent;
color: var( --wp-admin-theme-color, #007cba);
border-color: var( --wp-admin-theme-color, #007cba);
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
outline: 3px solid transparent;
}
Expand Down

0 comments on commit afbde74

Please sign in to comment.