aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-20 12:49:21 -0500
committerIvan Chen <ivan@tagg.id>2021-02-20 12:49:21 -0500
commit48d64cc005d390a60991d6d051d57df3efc3af21 (patch)
tree773261b4b671338c5c819b4cb335926f442b72d3 /src/components
parent76e4907ab6f480a775a26ab13487d290501a1262 (diff)
fixed taggs bar
Diffstat (limited to 'src/components')
-rw-r--r--src/components/taggs/TaggsBar.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx
index 05ee18bb..0c4d76ea 100644
--- a/src/components/taggs/TaggsBar.tsx
+++ b/src/components/taggs/TaggsBar.tsx
@@ -151,14 +151,15 @@ const styles = StyleSheet.create({
shadowOffset: {width: 0, height: 2},
zIndex: 1,
marginBottom: 25,
+ borderWidth: 1,
},
container: {
- backgroundColor: 'white',
shadowColor: '#000',
shadowRadius: 10,
shadowOffset: {width: 0, height: 2},
zIndex: 1,
paddingBottom: 5,
+ borderWidth: 1,
},
contentContainer: {
alignItems: 'center',