Skip to content

Commit

Permalink
[Components]: Show tooltip on toggle custom size in FontSizePicker (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Feb 22, 2022
1 parent 4b4f328 commit c17bd22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/font-size-picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function FontSizePicker(
? __( 'Use size preset' )
: __( 'Set custom size' )
}
showTooltip={ false }
icon={ settings }
onClick={ () => {
setShowCustomValueControl(
Expand Down

0 comments on commit c17bd22

Please sign in to comment.