From 35bbe51f8c7d6e4abcda13ce2d68f942107552b7 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 25 May 2021 16:36:01 -0400 Subject: Remove normalize for image tip --- src/components/taggs/TaggDraggable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = ( const styles = StyleSheet.create({ imageTip: { - height: normalize(12), + height: 12, aspectRatio: 12 / 8, }, container: { -- cgit v1.2.3-70-g09d2