From 3a0fb96e3d51fe18b17aaf0243382e4eab1a800c Mon Sep 17 00:00:00 2001 From: tomoki shimomura Date: Fri, 10 Jan 2025 15:37:39 +0900 Subject: [PATCH] Add clear button to social links (#68564) Add Clear buttons to the icon color and icon background color options on the social links block, to improve consistency with other options. Co-authored-by: shimotmk --- packages/block-library/src/social-links/edit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/block-library/src/social-links/edit.js b/packages/block-library/src/social-links/edit.js index 72fd265d629fb7..0b8b5c04deffba 100644 --- a/packages/block-library/src/social-links/edit.js +++ b/packages/block-library/src/social-links/edit.js @@ -269,6 +269,7 @@ export function SocialLinksEdit( props ) { isShownByDefault: true, resetAllFilter, enableAlpha: true, + clearable: true, }, ] } panelId={ clientId }