Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Font library: Update the spacing in the font collection panel heading
  • Loading branch information
carolinan committed Feb 26, 2024
commit db797aae09431389c3d888323c7756fdd75d2904
Original file line number Diff line number Diff line change
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