Skip to content

Commit

Permalink
Font library: Update the spacing in the font collection panel heading (
Browse files Browse the repository at this point in the history
…#59357)

Co-authored-by: carolinan <poena@git.wordpress.org>
Co-authored-by: matiasbenedetto <mmaattiiaass@git.wordpress.org>
  • Loading branch information
3 people committed Feb 28, 2024
1 parent 9a80ddd commit fdb715e
Showing 1 changed file with 6 additions and 4 deletions.
Expand Up @@ -277,12 +277,14 @@ function FontCollection( { slug } ) {
>
<NavigatorScreen path="/">
<HStack justify="space-between">
<Heading level={ 2 } size={ 13 }>
{ selectedCollection.name }
</Heading>
<VStack>
<Heading level={ 2 } size={ 13 }>
{ selectedCollection.name }
</Heading>
<Text>{ selectedCollection.description }</Text>
</VStack>
<ActionsComponent />
</HStack>
<Text>{ selectedCollection.description }</Text>
<Spacer margin={ 4 } />
<Flex>
<FlexItem>
Expand Down

0 comments on commit fdb715e

Please sign in to comment.