Skip to content

Commit

Permalink
Increase panel title spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Mar 15, 2023
1 parent 129f4b0 commit d2c7313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function SidebarNavigationScreen( {
return (
<VStack spacing={ 2 }>
<HStack
spacing={ 0 }
spacing={ 4 }
justify="flex-start"
className="edit-site-sidebar-navigation-screen__title-icon"
>
Expand Down

0 comments on commit d2c7313

Please sign in to comment.