diff --git a/src/components/Avatar/__tests__/__snapshots__/Avatar.test.tsx.snap b/src/components/Avatar/__tests__/__snapshots__/Avatar.test.tsx.snap index 734dacdd..186ee7c7 100644 --- a/src/components/Avatar/__tests__/__snapshots__/Avatar.test.tsx.snap +++ b/src/components/Avatar/__tests__/__snapshots__/Avatar.test.tsx.snap @@ -19,7 +19,7 @@ exports[`Avatar component tests Size: custom, shape: circle, type: icon, with cu }, { "height": 102, - "width": 102, + "width": 101, }, { "backgroundColor": "#44e858", diff --git a/src/utils/makeStyles.ts b/src/utils/makeStyles.ts index 5f799d16..64fc8141 100644 --- a/src/utils/makeStyles.ts +++ b/src/utils/makeStyles.ts @@ -14,7 +14,7 @@ import { export const makeStyles = (createStyles: CreateStyles): (() => T) => () => { - const fonts = useFonts(); + const fonts = useFonts() const theme = useTheme() const themeValues = useMemo(() => { switch (theme) {