Skip to content

Commit

Permalink
Update menu title size
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 10, 2023
1 parent ceba95d commit 59f745f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function TemplatePartNavigationMenu( { id } ) {
<>
<Heading
className="edit-site-sidebar-navigation-screen-template-part-navigation-menu__title"
size="12"
size="11"
upperCase={ true }
>
{ title?.rendered || title || __( 'Navigation' ) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function TemplatePartNavigationMenus( { menus } ) {
<>
<Heading
className="edit-site-sidebar-navigation-screen-template-part-navigation-menu__title"
size="12"
size="11"
upperCase={ true }
>
{ __( 'Navigation' ) }
Expand Down

0 comments on commit 59f745f

Please sign in to comment.