diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-11-21 19:20:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 19:20:11 -0500 |
| commit | f620102190629e0b6f180d3ce056d850b1db5aaa (patch) | |
| tree | a96a865b2f2d9c6dcd333b4390c01f48291ccad2 /src/constants/constants.ts | |
| parent | 3214fc765cbce3c6f9092546424249d08622afb1 (diff) | |
[TMA-356] Updated icons (#118)
* updated icons
* added small icons
* fixed a bug
* now using the correct assets, fixed a bug
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index c2003fb4..4b76a1e0 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -37,6 +37,14 @@ export const SOCIAL_LIST: string[] = [ // 'Youtube', ]; +export const SOCIAL_ICON_SIZE_ADJUSTMENT: {[social: string]: number} = { + Instagram: 25, + Facebook: 20, + Twitter: 23, + Snapchat: 25, + TikTok: 20, +}; + export const INSTAGRAM_FONT_COLOR: string = '#FF97DE'; export const FACEBOOK_FONT_COLOR: string = '#6697FD'; export const TWITTER_FONT_COLOR: string = '#74C9FD'; |
