Skip to content

Commit a17b7fa

Browse files
committed
react-native stories: add missing TextColor import in Blockies/Jazzicon/Maskicon to prevent runtime ReferenceError
1 parent ec088b9 commit a17b7fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/design-system-react-native/src/components/temp-components/Blockies/Blockies.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { Meta, StoryObj } from '@storybook/react-native';
77
import { ScrollView } from 'react-native';
88

99
import { Box } from '../../Box';
10-
import { Text, TextVariant, FontWeight } from '../../Text';
10+
import { Text, TextColor, TextVariant, FontWeight } from '../../Text';
1111

1212
import { Blockies } from './Blockies';
1313
import type { BlockiesProps } from './Blockies.types';

packages/design-system-react-native/src/components/temp-components/Jazzicon/Jazzicon.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { Meta, StoryObj } from '@storybook/react-native';
77
import { ScrollView } from 'react-native';
88

99
import { Box } from '../../Box';
10-
import { Text, TextVariant, FontWeight } from '../../Text';
10+
import { Text, TextColor, TextVariant, FontWeight } from '../../Text';
1111

1212
import { Jazzicon } from './Jazzicon';
1313
import type { JazziconProps } from './Jazzicon.types';

packages/design-system-react-native/src/components/temp-components/Maskicon/Maskicon.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { Meta, StoryObj } from '@storybook/react-native';
77
import { ScrollView } from 'react-native';
88

99
import { Box } from '../../Box';
10-
import { Text, TextVariant, FontWeight } from '../../Text';
10+
import { Text, TextColor, TextVariant, FontWeight } from '../../Text';
1111

1212
import { Maskicon } from './Maskicon';
1313
import type { MaskiconProps } from './Maskicon.types';

0 commit comments

Comments
 (0)