diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-25 16:37:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 16:37:04 -0400 |
commit | 784258a8cd2899302aa945f2d6aae5c8a3090db0 (patch) | |
tree | 6e9ab5ac7fe0d5fa4fc4a65e91a5f9dfd4ff664b /src/components/taggs/TaggDraggable.tsx | |
parent | 7f991eef32475165f819dc8b666c5763f0021696 (diff) | |
parent | 35bbe51f8c7d6e4abcda13ce2d68f942107552b7 (diff) |
Merge pull request #446 from grusuTagg/tma890-tap-to-show-moment-tags
TMA-890] Fade tags in/out on image click
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 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: { |