Skip to content

Commit

Permalink
don't proxy typography
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Nov 19, 2024
1 parent 7f79d74 commit 7a35a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Provider: React.FC<React.PropsWithChildren<ProviderProps>> = ({
foreground: createProxiedThemeValue(currentTheme.colors.foreground),
border: createProxiedThemeValue(currentTheme.colors.border),
},
typography: createProxiedThemeValue(currentTheme.typography),
typography: currentTheme.typography,
};
}, [currentTheme, deviceWidth, breakpoints, lightDarkSelection]);

Expand Down

0 comments on commit 7a35a1b

Please sign in to comment.