aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/Tagg.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-20 10:45:48 -0500
committerGitHub <noreply@github.com>2021-02-20 10:45:48 -0500
commitd439b4320578ce8db414bf92aac25a04b167fd94 (patch)
treebf2dd671def6a3dbdd85b038ea10b64d54d148af /src/components/taggs/Tagg.tsx
parenta723baf9cc843599fb6539c873cedb6364647765 (diff)
parent064437a278cf368038c79816319e076d477397e4 (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.tsx6
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: {