diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-11-02 13:21:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-02 13:21:17 -0500 |
| commit | 97a2d354a1cd1d3d50e456d95487614d172417f2 (patch) | |
| tree | 55189194800fd706176be42a77417de99b40b9fb /src/constants | |
| parent | aacb9237466c42b2e26f52a6588e6307c137db6e (diff) | |
Hotfix new icons (#86)
* changed to use new social icons
* changed padding
* more dimension change
* removing them then will re-add them to let git update them
* icon sizes are correct now
* fixed icon size on onboarding
Diffstat (limited to 'src/constants')
| -rw-r--r-- | src/constants/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index be34f7f0..123d0617 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -12,7 +12,8 @@ export const COVER_HEIGHT = SCREEN_WIDTH * (7 / 5); export const AVATAR_DIM = 44; export const AVATAR_GRADIENT_DIM = 50; -export const TAGG_ICON_DIM = 72; +export const TAGG_ICON_DIM = 58; +export const TAGG_RING_DIM = 75; export const INTEGRATED_SOCIAL_LIST: string[] = [ 'Instagram', |
