diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-20 13:07:36 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-20 13:07:36 -0500 |
commit | 6cd1998f69a3d81c3572cb8daa403e1e747f9350 (patch) | |
tree | 0df761a8218af318818b576a9271e1e215e22666 /src/components | |
parent | efbf46164a918114574c4974de9d88b8014cc770 (diff) | |
parent | 366f95e874c4d301880b743be150442fe20099a3 (diff) |
Merge branch 'master' into profile-preview
# Conflicts:
# src/screens/suggestedPeople/SuggestedPeopleScreen.tsx
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/taggs/TaggsBar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx index 05ee18bb..641677e3 100644 --- a/src/components/taggs/TaggsBar.tsx +++ b/src/components/taggs/TaggsBar.tsx @@ -153,7 +153,6 @@ const styles = StyleSheet.create({ marginBottom: 25, }, container: { - backgroundColor: 'white', shadowColor: '#000', shadowRadius: 10, shadowOffset: {width: 0, height: 2}, |