diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/taggs/TaggsBar.tsx | 1 |
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}, |