Skip to content

Commit

Permalink
Male buttons use the next 40 pixels height.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jun 21, 2024
1 parent 6674a45 commit d803f99
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function FontFamilies() {
<Button
className="edit-site-global-styles-font-families__manage-fonts"
variant="secondary"
__next40pxDefaultSize
onClick={ () =>
setModalTabOpen( 'installed-fonts' )
}
Expand All @@ -82,6 +83,7 @@ function FontFamilies() {
<Button
className="edit-site-global-styles-font-families__add-fonts"
variant="secondary"
__next40pxDefaultSize
onClick={ () => setModalTabOpen( 'upload-fonts' ) }
>
{ __( 'Add fonts' ) }
Expand Down

0 comments on commit d803f99

Please sign in to comment.