aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggDraggable.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/taggs/TaggDraggable.tsx')
-rw-r--r--src/components/taggs/TaggDraggable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/TaggDraggable.tsx b/src/components/taggs/TaggDraggable.tsx
index e31f69c2..1ef2e69f 100644
--- a/src/components/taggs/TaggDraggable.tsx
+++ b/src/components/taggs/TaggDraggable.tsx
@@ -53,7 +53,7 @@ const TaggDraggable: React.FC<TaggDraggableProps> = (
};
return (
- <TouchableWithoutFeedback>
+ <TouchableWithoutFeedback style={{borderColor: 'red'}}>
<View style={styles.container}>
<Image style={styles.imageTip} source={uriTip} />
<TouchableOpacity