diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5d818e3953..c10bfacf5f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,6 @@ Unreleased --- +* [*] Social Icons: Fix visibility of inactive icons when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55398] * [*] Classic block: Add option to convert to blocks [https://github.com/WordPress/gutenberg/pull/55461] * [*] Synced Patterns: Fix visibility of heading section when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55399] diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-android.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-android.png index 4af56b41df..6dfe556975 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-android.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-android.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-ios.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-ios.png index d68cf147f1..647e45205d 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-ios.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-active-icon-colors-1-ios.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-android.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-android.png index 349bff29fa..fe5ed72a1b 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-android.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-android.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-ios.png b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-ios.png index ec34809904..fbf5130a0b 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-ios.png and b/__device-tests__/image-snapshots/gutenberg-editor-functionality-test-1-visual-test-js-gutenberg-editor-test-suite-1-social-icons-block-should-display-the-block-outline-of-a-block-inserted-from-the-appender-1-ios.png differ diff --git a/gutenberg b/gutenberg index ae7df52f58..377b81d2e7 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit ae7df52f58baf6289c58b5da76a884ff400cfa3f +Subproject commit 377b81d2e702a6b5deadc5a4a77a6b8a5ade4790