diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-19 11:31:48 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-19 11:31:48 -0800 |
commit | 7695e36491fdd076cd4f388c7258f3bf52cf0a10 (patch) | |
tree | 1c6fbc54160c8e0ce4d341230da1abbb12934169 /src/components/taggs/Tagg.tsx | |
parent | 2bb7b351a0e509beb9e6d87364471599af402db2 (diff) |
fixed
Diffstat (limited to 'src/components/taggs/Tagg.tsx')
-rw-r--r-- | src/components/taggs/Tagg.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx index 66694132..1ab09055 100644 --- a/src/components/taggs/Tagg.tsx +++ b/src/components/taggs/Tagg.tsx @@ -182,13 +182,15 @@ const styles = StyleSheet.create({ spcontainer: { justifyContent: 'space-between', alignItems: 'center', - marginRight: 34, + marginRight: 15, + marginLeft: 19, height: normalize(60), }, container: { justifyContent: 'space-between', alignItems: 'center', - marginRight: 34, + marginRight: 15, + marginLeft: 15, height: normalize(90), }, iconTap: { |