We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44a94e commit d2afac6Copy full SHA for d2afac6
src/block-components/typography/deprecated.js
@@ -96,7 +96,7 @@ export const deprecateTypographyShadowColor = {
96
const shadowParentHover = getAttribute( 'textShadowParentHover' ) || shadowHover
97
98
if ( getAttribute( 'textShadow' ) && getAttribute( 'textShadow' ).indexOf( 'rgba' ) !== -1 ) {
99
- const { options, color } = extractRgba( shadowHover )
+ const { options, color } = extractRgba( shadow )
100
const hex = rgbaToHexAlpha( color )
101
newAttributes[ getAttrName( 'textShadow' ) ] = `${ options } ${ hex }`
102
}
0 commit comments