diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:51:01 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:51:01 -0400 |
commit | 50660677fca55f550f8ab56558046409aad13461 (patch) | |
tree | 9d2586a8f138604b5b8d6d00627c1bbb256e2777 /src/components/taggs | |
parent | 0c512ea9bc2ad75b1ae356fa7166044510750581 (diff) |
Finish tagging functionality
Diffstat (limited to 'src/components/taggs')
-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 86915bb4..8e330d0b 100644 --- a/src/components/taggs/TaggDraggable.tsx +++ b/src/components/taggs/TaggDraggable.tsx @@ -40,7 +40,7 @@ const TaggDraggable: React.FC<TaggDraggableProps> = ( return ( <TouchableWithoutFeedback> - <View ref={draggableRef} style={{borderWidth: 1}}> + <View ref={draggableRef}> <TouchableOpacity style={styles.container} disabled={editingView} |