Skip to content

Commit 5cd8204

Browse files
committed
fix: add placeholder to global typography
1 parent 4703ab9 commit 5cd8204

File tree

1 file changed

+1
-0
lines changed
  • src/components/typography-control

1 file changed

+1
-0
lines changed

src/components/typography-control/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const TypographyControl = props => {
5353
label={ __( 'Font Family', i18n ) }
5454
onChange={ props.onChangeFontFamily }
5555
value={ props.fontFamily }
56+
placeholder={ __( 'Theme Default', i18n ) }
5657
helpTooltip={ {
5758
video: 'typography-family',
5859
description: __( 'Sets the font set to be used for the element', i18n ),

0 commit comments

Comments
 (0)