Skip to content

Commit

Permalink
Adjust font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 10, 2023
1 parent 59f745f commit 352b20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function TemplatePartNavigationMenu( { id } ) {
className="edit-site-sidebar-navigation-screen-template-part-navigation-menu__title"
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 @@ -24,6 +24,7 @@ export default function TemplatePartNavigationMenus( { menus } ) {
className="edit-site-sidebar-navigation-screen-template-part-navigation-menu__title"
size="11"
upperCase={ true }
weight={ 500 }
>
{ __( 'Navigation' ) }
</Heading>
Expand Down

0 comments on commit 352b20c

Please sign in to comment.