Skip to content

Commit 3795a16

Browse files
committed
chore: update icon
1 parent 8bb0d05 commit 3795a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/SampleApp/src/components/SecretMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useCallback, useEffect, useMemo, useState } from 'react';
22
import Animated, { useAnimatedStyle, useSharedValue, withSpring, withTiming } from 'react-native-reanimated';
33
import { LayoutChangeEvent, Text, TouchableOpacity, View, Platform, StyleSheet } from 'react-native';
4-
import { Close, Notification, Check, useTheme } from 'stream-chat-react-native';
4+
import { Close, Notification, Check, Delete, useTheme } from 'stream-chat-react-native';
55
import { styles as menuDrawerStyles } from './MenuDrawer.tsx';
66
import AsyncStore from '../utils/AsyncStore.ts';
77
import { StreamChat } from 'stream-chat';
@@ -92,7 +92,7 @@ export const SecretMenu = ({ close, visible, chatClient }: { close: () => void,
9292
</View>
9393
</View>
9494
<TouchableOpacity onPress={removeAllDevices} style={menuDrawerStyles.menuItem}>
95-
<Close height={24} pathFill={grey} width={24} />
95+
<Delete height={24} size={24} pathFill={grey} width={24} />
9696
<Text
9797
style={[
9898
menuDrawerStyles.menuTitle,

0 commit comments

Comments
 (0)