mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 09:54:43 +10:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -63,7 +63,7 @@ export const RichText = ({ children }: RichTextProps) => {
|
|||||||
|
|
||||||
const richListItemMarkerMargin: Style = {
|
const richListItemMarkerMargin: Style = {
|
||||||
marginLeft: rtl ? 4 : 0,
|
marginLeft: rtl ? 4 : 0,
|
||||||
marginRight: rtl ? 0 : 4
|
marginRight: rtl ? 0 : 4,
|
||||||
};
|
};
|
||||||
const boldStyle = useTemplateStyle("bold");
|
const boldStyle = useTemplateStyle("bold");
|
||||||
const linkStyle = useTemplateStyle("link");
|
const linkStyle = useTemplateStyle("link");
|
||||||
|
|||||||
Reference in New Issue
Block a user