1
mirror of https://github.com/xitanggg/open-resume synced 2025-02-05 20:12:45 +01:00

Fix fontSize

This commit is contained in:
Xitang 2023-06-24 14:26:36 -07:00
parent 2aab789543
commit f0b5e5cb69

View File

@ -66,7 +66,7 @@ export const AutoTypingResume = () => {
resume={resume} resume={resume}
settings={{ settings={{
...initialSettings, ...initialSettings,
fontSize: "12pt", fontSize: "12",
formToHeading: { formToHeading: {
workExperiences: resume.workExperiences[0].company workExperiences: resume.workExperiences[0].company
? "WORK EXPERIENCE" ? "WORK EXPERIENCE"