fix: reduce default list item row gap

This commit is contained in:
Amruth Pillai
2026-05-26 00:13:38 +02:00
parent 7557ab13ab
commit 17cddbad65
15 changed files with 688 additions and 183 deletions
@@ -186,8 +186,9 @@ const useKakunaTemplate = (): KakunaTemplate => {
textAlign: r.listMarkerTextAlign,
},
richListItemContent: {
flex: 1,
...bodyText,
flex: 1,
lineHeight: metadata.typography.body.lineHeight * 0.5,
},
splitRow: {
flexDirection: r.row,