Skip to content

Commit

Permalink
removed class from ui headings
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Sep 15, 2022
1 parent 2d67c74 commit 6f147a5
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ function ScreenCaptionColor( { name } ) {
) }
/>
<div className="edit-site-global-styles-screen-caption-color">
<h4 className="edit-site-global-styles-section-title">
{ __( 'Text color' ) }
</h4>
<h4>{ __( 'Text color' ) }</h4>

<ColorGradientControl
className="edit-site-screen-caption-color__control"
Expand All @@ -74,9 +72,7 @@ function ScreenCaptionColor( { name } ) {
clearable={ captionTextColor === userCaptionTextColor }
/>

<h4 className="edit-site-global-styles-section-title">
{ __( 'Background color' ) }
</h4>
<h4>{ __( 'Background color' ) }</h4>

<ColorGradientControl
className="edit-site-screen-caption-color__control"
Expand Down

0 comments on commit 6f147a5

Please sign in to comment.