Skip to content

Commit 5740e79

Browse files
fix(predict): import IconSize from local Icon to fix TS enum mismatch
1 parent 1c250e6 commit 5740e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/components/UI/Predict/hooks/usePredictShare.utils.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import React from 'react';
2-
import { Box, IconSize } from '@metamask/design-system-react-native';
2+
import { Box } from '@metamask/design-system-react-native';
33
import Icon, {
44
IconName,
5+
IconSize,
56
} from '../../../../component-library/components/Icons/Icon';
67
import { ToastVariants } from '../../../../component-library/components/Toast';
78
import type { ToastOptions } from '../../../../component-library/components/Toast/Toast.types';

0 commit comments

Comments
 (0)