aboutsummaryrefslogtreecommitdiff
path: root/src/components/search
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-25 15:00:48 -0400
committerGitHub <noreply@github.com>2021-03-25 15:00:48 -0400
commit99de9c8402f470ead242a81510dc2764ae7d9e66 (patch)
tree7bf2feb0f1a57f1c695ddea51afb9e95abf03f0a /src/components/search
parent75c08439fe04666a63431bf56e4b2fa7fb05cbbe (diff)
parent54de628b27647099170bc6d5eea7110c8dd5e8f0 (diff)
Merge pull request #323 from IvanIFChen/tma698-api-profile
[TMA-698] api/profile
Diffstat (limited to 'src/components/search')
-rw-r--r--src/components/search/SearchCategories.tsx18
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;