diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-03-06 01:13:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-06 01:13:43 -0500 |
| commit | 3c38b38e0d3b2946a84c3d3bfd32cd223095e63d (patch) | |
| tree | 0f7986f41f2b9d793779e479d33d877ce0f0f3c1 /src/constants | |
| parent | cae6a7f3b8cc35c60f99e503d328c134959e13ec (diff) | |
| parent | 51e36759249413a2acd52e1fecf4661f5253cb89 (diff) | |
Merge pull request #283 from shravyaramesh/search-revamp-2
[TMA 661/662] Created new search screen
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/api.ts | 1 | ||||
| -rw-r--r-- | src/constants/constants.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/api.ts b/src/constants/api.ts index ab1ace74..127ef432 100644 --- a/src/constants/api.ts +++ b/src/constants/api.ts @@ -30,6 +30,7 @@ export const PASSWORD_RESET_ENDPOINT: string = API_URL + 'password-reset/'; export const MOMENT_CATEGORY_ENDPOINT: string = API_URL + 'moment-category/'; export const NOTIFICATIONS_ENDPOINT: string = API_URL + 'notifications/'; export const DISCOVER_ENDPOINT: string = API_URL + 'discover/'; +export const SEARCH_BUTTONS_ENDPOPINT: string = DISCOVER_ENDPOINT + 'search_buttons/'; export const WAITLIST_USER_ENDPOINT: string = API_URL + 'waitlist-user/'; export const COMMENT_THREAD_ENDPOINT: string = API_URL + 'reply/'; export const ADD_USER_BADGES: string = API_URL + 'suggested_people/add_badges/'; diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 72eb1b57..6b513f4e 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -63,6 +63,7 @@ export const YOUTUBE_FONT_COLOR: string = '#FCA4A4'; export const TAGG_PURPLE = '#8F01FF'; export const TAGG_DARK_BLUE = '#4E699C'; export const TAGG_LIGHT_BLUE: string = '#698DD3'; +export const TAGG_LIGHT_BLUE_2: string = '#6EE7E7'; export const TAGG_LIGHT_PURPLE = '#F4DDFF'; export const TAGGS_GRADIENT = { |
