diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-26 16:04:52 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-26 16:04:52 -0400 |
| commit | 37af16ccea748d2108505e21a8323244f2296441 (patch) | |
| tree | 3b1d03654abc37753e1d6ee744d4708e11df33bc /src/components/search | |
| parent | 8ce46790a8d12df6738d8ac17462ba57e2b0e6b9 (diff) | |
| parent | 99de9c8402f470ead242a81510dc2764ae7d9e66 (diff) | |
Merge branch 'master' into tma-722-cornell-fe
# Conflicts:
# src/constants/constants.ts
# src/services/ExploreService.ts
# src/services/UserProfileService.ts
# src/types/types.ts
Diffstat (limited to 'src/components/search')
| -rw-r--r-- | src/components/search/SearchCategories.tsx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/components/search/SearchCategories.tsx b/src/components/search/SearchCategories.tsx index 4bae27c2..c747b34f 100644 --- a/src/components/search/SearchCategories.tsx +++ b/src/components/search/SearchCategories.tsx @@ -73,23 +73,5 @@ const styles = StyleSheet.create({ flexWrap: 'wrap', justifyContent: 'space-evenly', }, - buttonContainer: { - backgroundColor: 'transparent', - width: 158, - height: 37, - borderRadius: 20, - borderColor: 'transparent', - borderWidth: 1, - flexDirection: 'row', - alignContent: 'center', - justifyContent: 'center', - }, - buttonText: { - fontWeight: '400', - fontSize: 15, - lineHeight: 17.9, - alignSelf: 'center', - color: 'white', - }, }); export default SearchCategories; |
