aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-20 13:35:36 -0500
committerIvan Chen <ivan@tagg.id>2021-02-20 13:35:36 -0500
commit47ad21b85abe174982fc98b03622133410d03b36 (patch)
tree0ccb3b188858ca2d6737672d5ffd8ddcdcb6c6ed /src
parentb8388a428625ab1e165e5d2b871c266e8abd34fd (diff)
fixed taggs bar background in profile
Diffstat (limited to 'src')
-rw-r--r--src/components/taggs/TaggsBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx
index 641677e3..05ee18bb 100644
--- a/src/components/taggs/TaggsBar.tsx
+++ b/src/components/taggs/TaggsBar.tsx
@@ -153,6 +153,7 @@ const styles = StyleSheet.create({
marginBottom: 25,
},
container: {
+ backgroundColor: 'white',
shadowColor: '#000',
shadowRadius: 10,
shadowOffset: {width: 0, height: 2},