Skip to content

Commit 4454761

Browse files
committed
Merge branch 'develop' of github.com:GetStream/stream-chat-react-native into v6.0.0
2 parents e79ae2e + 0a385db commit 4454761

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package/src/components/Attachment/Giphy.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ import {
2323
} from '../../contexts/overlayContext/OverlayContext';
2424
import { useTheme } from '../../contexts/themeContext/ThemeContext';
2525
import { useLoadingImage } from '../../hooks/useLoadingImage';
26-
import { GiphyIcon } from '../../icons';
27-
import { Lightning } from '../../icons/Lightning';
26+
import { GiphyIcon, GiphyLightning } from '../../icons';
2827
import type { DefaultStreamChatGenerics } from '../../types/types';
2928
import { makeImageCompatibleUrl } from '../../utils/utils';
3029

@@ -377,7 +376,7 @@ const GiphyWithContext = <
377376
giphyContainer,
378377
]}
379378
>
380-
<Lightning fill={white} size={16} />
379+
<GiphyLightning fill={white} size={16} />
381380
<Text style={[styles.giphyMaskText, { color: white }, giphyMaskText]}>
382381
{type?.toUpperCase()}
383382
</Text>

0 commit comments

Comments
 (0)