Skip to content

Commit

Permalink
fix: include assets
Browse files Browse the repository at this point in the history
WayneKim92 committed Nov 1, 2024
1 parent b9a545f commit 4d3de77
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -333,7 +333,7 @@ const Tooltip = ({
<>
<View style={{ width: 8 }} />
<Image
source={require('../assets/close.png')}
source={require('./assets/close.png')}
style={{
width: styles?.closeSize?.width || CLOSE_ICON_SIZE.width,
height: styles?.closeSize?.height || CLOSE_ICON_SIZE.height,

0 comments on commit 4d3de77

Please sign in to comment.