diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-20 10:45:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 10:45:48 -0500 |
commit | d439b4320578ce8db414bf92aac25a04b167fd94 (patch) | |
tree | bf2dd671def6a3dbdd85b038ea10b64d54d148af /src/components/taggs/Tagg.tsx | |
parent | a723baf9cc843599fb6539c873cedb6364647765 (diff) | |
parent | 064437a278cf368038c79816319e076d477397e4 (diff) |
Merge pull request #250 from TaggiD-Inc/tma655-taggs-bar-container-restyle
[BUGFIX] Taggs Bar: Restyled
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 50651f74..547a77cb 100644 --- a/src/components/taggs/Tagg.tsx +++ b/src/components/taggs/Tagg.tsx @@ -174,13 +174,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: { |