Skip to content

Commit

Permalink
fix: add font size and family to save functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Nov 2, 2024
1 parent 18bfe32 commit f260313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playgrounds/app/src/components/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,8 @@ export default function Editor(props: EditorProps) {
bgGradientColorStart: props.bgGradientColorStart,
bgGradientColorEnd: props.bgGradientColorEnd,
bgGradientDirection: props.bgGradientDirection,
fontFamily: props.fontFamily,
fontSize: props.fontSize,
language: props.language,
theme: props.theme,
})
Expand Down

0 comments on commit f260313

Please sign in to comment.