diff options
Diffstat (limited to 'src')
-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 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: { |