style(SW-762): update styling for headings
This commit is contained in:
@@ -198,7 +198,7 @@ export const renderOptions: RenderOptions = {
|
||||
) => {
|
||||
const props = extractPossibleAttributes(node.attrs)
|
||||
return (
|
||||
<Title key={node.uid} {...props} level="h5">
|
||||
<Title key={node.uid} {...props} level="h4">
|
||||
{next(node.children, embeds, fullRenderOptions)}
|
||||
</Title>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user