aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-25 16:36:01 -0400
committerIvan Chen <ivan@tagg.id>2021-05-25 16:36:01 -0400
commit35bbe51f8c7d6e4abcda13ce2d68f942107552b7 (patch)
tree6e9ab5ac7fe0d5fa4fc4a65e91a5f9dfd4ff664b
parent4723abb677dca97a9f0ac1c50084ba8902a31e36 (diff)
Remove normalize for image tip
-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 55f8162b..12e8e1e1 100644
--- a/src/components/taggs/TaggDraggable.tsx
+++ b/src/components/taggs/TaggDraggable.tsx
@@ -81,7 +81,7 @@ const TaggDraggable: React.FC<TaggDraggableProps> = (
const styles = StyleSheet.create({
imageTip: {
- height: normalize(12),
+ height: 12,
aspectRatio: 12 / 8,
},
container: {