Skip to content

Commit

Permalink
fix: shadow dom font default
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 13, 2024
1 parent c210dc9 commit dcb62a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/common/ShadowDOM.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const ShadowDOM: FC<PropsWithChildren<React.HTMLProps<HTMLElement>>> & {
<div
style={useMemo(
() => ({
fontFamily: uiFont,
fontFamily: `${uiFont},"SN Pro", system-ui, sans-serif`,
}),
[uiFont],
)}
Expand Down

0 comments on commit dcb62a5

Please sign in to comment.