Skip to content

Commit

Permalink
Minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Oct 5, 2021
1 parent ab65c04 commit b6abacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/pullquote/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit b6abacf

Please sign in to comment.