Skip to content

Commit

Permalink
Update navigation menu title size & weight in detail panels (#52477)
Browse files Browse the repository at this point in the history
* Update menu title size

* Adjust font weight
  • Loading branch information
jameskoster authored Jul 12, 2023
1 parent d645a09 commit 0b19224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export default function TemplatePartNavigationMenu( { id } ) {
<>
<Heading
className="edit-site-sidebar-navigation-screen-template-part-navigation-menu__title"
size="12"
size="11"
upperCase={ true }
weight={ 500 }
>
{ title?.rendered || title || __( 'Navigation' ) }
</Heading>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ export default function TemplatePartNavigationMenus( { menus } ) {
<>
<Heading
className="edit-site-sidebar-navigation-screen-template-part-navigation-menu__title"
size="12"
size="11"
upperCase={ true }
weight={ 500 }
>
{ __( 'Navigation' ) }
</Heading>
Expand Down

0 comments on commit 0b19224

Please sign in to comment.