diff --git a/packages/block-library/src/pullquote/edit.native.js b/packages/block-library/src/pullquote/edit.native.js index e2771cb511389..934abe0f92b43 100644 --- a/packages/block-library/src/pullquote/edit.native.js +++ b/packages/block-library/src/pullquote/edit.native.js @@ -52,7 +52,7 @@ const getBorderColor = ( props ) => { const { wrapperProps, attributes } = props; const { className } = attributes; - // Checking for the is-style-solid-color we can better approximate the pull quote style + // Checking for the is-style-solid-color we can better approximate the pull quote style. const defaultColor = className?.search( 'is-style-solid-color' ) !== -1 ? getBackgroundColor( props )