diff options
Diffstat (limited to 'src/components/taggs/TaggDraggable.tsx')
-rw-r--r-- | src/components/taggs/TaggDraggable.tsx | 2 |
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 |