diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-20 13:05:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 13:05:35 -0500 |
commit | 366f95e874c4d301880b743be150442fe20099a3 (patch) | |
tree | a7ae979d7e72901a0b8cd68f3230fbaec02995c4 /src/components | |
parent | eae63e4a336785ae45cd01c4448a8444a7793613 (diff) | |
parent | 3737a6875d4c105de6194bbf1c7cec663600511c (diff) |
Merge pull request #255 from IvanIFChen/hotfix-merge-issue
[HOTFIX] fixed merge conflict
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}, |