[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-06-29 01:26:48 +00:00
committed by GitHub
parent 5080fddf51
commit fbb9938af6
@@ -63,7 +63,7 @@ export const RichText = ({ children }: RichTextProps) => {
const richListItemMarkerMargin: Style = {
marginLeft: rtl ? 4 : 0,
marginRight: rtl ? 0 : 4
marginRight: rtl ? 0 : 4,
};
const boldStyle = useTemplateStyle("bold");
const linkStyle = useTemplateStyle("link");