Skip to content

Commit 2ba365a

Browse files
authored
Update makeStyles.ts - fix lint
1 parent b87ac4c commit 2ba365a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/makeStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
export const makeStyles =
1515
<T extends StylesObject>(createStyles: CreateStyles<T>): (() => T) =>
1616
() => {
17-
const fonts = useFonts();
17+
const fonts = useFonts()
1818
const theme = useTheme()
1919
const themeValues = useMemo(() => {
2020
switch (theme) {

0 commit comments

Comments
 (0)