We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba021a commit 5bfc80bCopy full SHA for 5bfc80b
packages/block-library/src/social-links/edit.js
@@ -108,6 +108,7 @@ export function SocialLinksEdit( props ) {
108
// Fallback color values are used maintain selections in case switching
109
// themes and named colors in palette do not match.
110
const className = classNames( size, {
111
+ 'has-visible-labels': showLabels,
112
'has-icon-color': iconColor.color || iconColorValue,
113
'has-icon-background-color':
114
iconBackgroundColor.color || iconBackgroundColorValue,
0 commit comments