diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-20 12:51:45 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-20 12:51:45 -0500 |
commit | 3737a6875d4c105de6194bbf1c7cec663600511c (patch) | |
tree | a7ae979d7e72901a0b8cd68f3230fbaec02995c4 | |
parent | 48d64cc005d390a60991d6d051d57df3efc3af21 (diff) |
removed borders
-rw-r--r-- | src/components/taggs/TaggsBar.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx index 0c4d76ea..641677e3 100644 --- a/src/components/taggs/TaggsBar.tsx +++ b/src/components/taggs/TaggsBar.tsx @@ -151,7 +151,6 @@ const styles = StyleSheet.create({ shadowOffset: {width: 0, height: 2}, zIndex: 1, marginBottom: 25, - borderWidth: 1, }, container: { shadowColor: '#000', @@ -159,7 +158,6 @@ const styles = StyleSheet.create({ shadowOffset: {width: 0, height: 2}, zIndex: 1, paddingBottom: 5, - borderWidth: 1, }, contentContainer: { alignItems: 'center', |