Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Kumar authored and Pawan Kumar committed Sep 9, 2024
1 parent 48a7acc commit 80b57fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export function useCssTokens(props: Theme) {
}
}, [typography]);

const fontFamilyClassName = fontFamilyCss();
const fontFamilyClassName = css`
${fontFamilyCss()}
`;

const providerClassName = useMemo(() => {
return css`
Expand Down

0 comments on commit 80b57fd

Please sign in to comment.