Skip to content

Commit 5bfc80b

Browse files
authored
Include has-visible-labels on edit component (#42791)
1 parent fba021a commit 5bfc80b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/block-library/src/social-links/edit.js

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export function SocialLinksEdit( props ) {
108108
// Fallback color values are used maintain selections in case switching
109109
// themes and named colors in palette do not match.
110110
const className = classNames( size, {
111+
'has-visible-labels': showLabels,
111112
'has-icon-color': iconColor.color || iconColorValue,
112113
'has-icon-background-color':
113114
iconBackgroundColor.color || iconBackgroundColorValue,

0 commit comments

Comments
 (0)