mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-06 11:04:54 +10:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user