diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 15:55:49 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 15:56:44 -0700 |
commit | c740dd5b018e427c23fd41b8dc255df671eabc61 (patch) | |
tree | 53834ac1336de56e25af918a448ac8a059359665 /src/components/profile/UniversityIcon.tsx | |
parent | af7c3d686149f32128d251c6d2fab3d82fb89ac4 (diff) |
PR Changes
Diffstat (limited to 'src/components/profile/UniversityIcon.tsx')
-rw-r--r-- | src/components/profile/UniversityIcon.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index f1451f83..cfe1366d 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -51,8 +51,8 @@ const styles = StyleSheet.create({ fontWeight: '500', }, icon: { - width: normalize(17), - height: normalize(19), + width: normalize(12), + height: normalize(13), }, shadowStyle: { padding: 5, @@ -63,6 +63,7 @@ const styles = StyleSheet.create({ }, shadowOpacity: 1, shadowRadius: 3, + shadowColor: 'rgba(0, 0, 0, 0.3)', backgroundColor: 'white', }, }); |