Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 25, 2025
2 parents d24d2de + 58cb83e commit e94ffa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/blocks/advancedheading/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,7 @@ function KadenceAdvancedHeading(props) {
marginLeft:
'' !== previewMarginLeft ? getSpacingOptionOutput(previewMarginLeft, marginType) : undefined,
lineHeight: previewLineHeight ? previewLineHeight + (fontHeightType ? fontHeightType : '') : undefined,
color:
color && (!enableTextGradient || textGradient !== '') ? KadenceColorOutput(color) : undefined,
color: color && (!enableTextGradient || textGradient !== '') ? KadenceColorOutput(color) : undefined,
fontSize: previewFontSize
? getFontSizeOptionOutput(previewFontSize, sizeType ? sizeType : 'px')
: undefined,
Expand Down

0 comments on commit e94ffa8

Please sign in to comment.