Skip to content

Commit afbde74

Browse files
committed
update preferences modal unit test snapshot
1 parent b46a409 commit afbde74

File tree

1 file changed

+3
-3
lines changed
  • packages/edit-post/src/components/preferences-modal/test/__snapshots__

1 file changed

+3
-3
lines changed

packages/edit-post/src/components/preferences-modal/test/__snapshots__/index.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,13 +580,13 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
580580
}
581581
582582
.emotion-13:hover {
583-
color: var( --wp-admin-theme-color, #007cba);
583+
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
584584
}
585585
586586
.emotion-13:focus {
587587
background-color: transparent;
588-
color: var( --wp-admin-theme-color, #007cba);
589-
border-color: var( --wp-admin-theme-color, #007cba);
588+
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
589+
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
590590
outline: 3px solid transparent;
591591
}
592592

0 commit comments

Comments
 (0)