Skip to content

Commit

Permalink
Refactor fontAtom key in global state and remove outdated typegen file
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Jan 8, 2025
1 parent 7fa15ab commit 0c5f7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,4 +727,4 @@ export const sidebarAtom = atomWithStorage<"expanded" | "collapsed">("sidebar",

export const widthAtom = atomWithStorage<"fixed" | "fill">("width", "fixed")

export const fontAtom = atomWithStorage<"sans-serif" | "serif">("content-font", "sans-serif")
export const fontAtom = atomWithStorage<"sans-serif" | "serif">("font", "sans-serif")

0 comments on commit 0c5f7f5

Please sign in to comment.