aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggsBar.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2020-11-02 13:21:17 -0500
committerGitHub <noreply@github.com>2020-11-02 13:21:17 -0500
commit97a2d354a1cd1d3d50e456d95487614d172417f2 (patch)
tree55189194800fd706176be42a77417de99b40b9fb /src/components/taggs/TaggsBar.tsx
parentaacb9237466c42b2e26f52a6588e6307c137db6e (diff)
Hotfix new icons (#86)
* changed to use new social icons * changed padding * more dimension change * removing them then will re-add them to let git update them * icon sizes are correct now * fixed icon size on onboarding
Diffstat (limited to 'src/components/taggs/TaggsBar.tsx')
-rw-r--r--src/components/taggs/TaggsBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx
index 62f5f90e..61bcd90a 100644
--- a/src/components/taggs/TaggsBar.tsx
+++ b/src/components/taggs/TaggsBar.tsx
@@ -127,7 +127,7 @@ const styles = StyleSheet.create({
},
contentContainer: {
alignItems: 'center',
- paddingHorizontal: 15,
+ paddingHorizontal: 10,
},
});