diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-17 17:27:13 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-17 17:27:13 -0800 |
| commit | 2f3c621ec93b712b92919fcab95a8cb4eefe9337 (patch) | |
| tree | 414beeb14891e37f17b226d0bb0d50a4beed70ee /src/components/taggs/TaggsBar.tsx | |
| parent | 8e0c670ff6bac6af6a74cbf2b952b79233ee8e12 (diff) | |
adjusting padding around taggs bar
Diffstat (limited to 'src/components/taggs/TaggsBar.tsx')
| -rw-r--r-- | src/components/taggs/TaggsBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx index e7bdb0f2..c23f56a9 100644 --- a/src/components/taggs/TaggsBar.tsx +++ b/src/components/taggs/TaggsBar.tsx @@ -148,7 +148,7 @@ const styles = StyleSheet.create({ shadowRadius: 10, shadowOffset: {width: 0, height: 2}, zIndex: 1, - paddingBottom: 5, + marginBottom: 25, }, container: { backgroundColor: 'white', |
