File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
package/src/components/Attachment Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ import {
2323} from '../../contexts/overlayContext/OverlayContext' ;
2424import { useTheme } from '../../contexts/themeContext/ThemeContext' ;
2525import { useLoadingImage } from '../../hooks/useLoadingImage' ;
26- import { GiphyIcon } from '../../icons' ;
27- import { Lightning } from '../../icons/Lightning' ;
26+ import { GiphyIcon , GiphyLightning } from '../../icons' ;
2827import type { DefaultStreamChatGenerics } from '../../types/types' ;
2928import { 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 >
You can’t perform that action at this time.
0 commit comments