aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggsBar.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-20 12:51:45 -0500
committerIvan Chen <ivan@tagg.id>2021-02-20 12:51:45 -0500
commit3737a6875d4c105de6194bbf1c7cec663600511c (patch)
treea7ae979d7e72901a0b8cd68f3230fbaec02995c4 /src/components/taggs/TaggsBar.tsx
parent48d64cc005d390a60991d6d051d57df3efc3af21 (diff)
removed borders
Diffstat (limited to 'src/components/taggs/TaggsBar.tsx')
-rw-r--r--src/components/taggs/TaggsBar.tsx2
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',