diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-20 14:04:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 14:04:54 -0500 |
| commit | 5315bc891451c3905c5413bcf74e03d1769533d1 (patch) | |
| tree | 79d7e7017159a639fe3d821c085d53e280b99efe /src/components/taggs/TaggsBar.tsx | |
| parent | 366f95e874c4d301880b743be150442fe20099a3 (diff) | |
| parent | 973c1043f7fbc4200710727ab0b96c87370f4a60 (diff) | |
Merge pull request #256 from shravyaramesh/profile-preview
Sp profile preview
Diffstat (limited to 'src/components/taggs/TaggsBar.tsx')
| -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}, |
