Skip to content

Commit 1824b65

Browse files
committed
docs(resources): added missing import desc
1 parent 394d5e3 commit 1824b65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-validation/7_resources/ColorResource.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import { Text, View } from 'react-native';
33

44
import {
5+
LightUIKitTheme,
56
Palette as CustomPalette,
67
UIKitColors,
78
createTheme,
@@ -115,7 +116,7 @@ const Component2 = () => {
115116
* Customize with default themes
116117
* {@link https://sendbird.com/docs/uikit/v3/react-native/resources/color-resource#2-customize-the-colors-3-customize-with-default-themes}
117118
* */
118-
import { LightUIKitTheme } from '@sendbird/uikit-react-native-foundation';
119+
// import { LightUIKitTheme, Palette } from '@sendbird/uikit-react-native-foundation';
119120

120121
LightUIKitTheme.palette = {
121122
...Palette,

0 commit comments

Comments
 (0)