diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-19 10:47:10 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-19 10:54:49 -0700 |
commit | 7f32e6f239cd1458f2e81668f7c940ff103319f4 (patch) | |
tree | ce291e5d00028d10a0ee730a315b4a1af2050c63 /src/screens/profile/CaptionScreen.tsx | |
parent | 65503e327d65d08b4fb2ec0acc886be4d17dadb3 (diff) |
UAT bug fixes'
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 01e859ba..998897e2 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -152,10 +152,8 @@ const styles = StyleSheet.create({ position: 'relative', backgroundColor: 'white', width: '100%', - paddingLeft: '2%', - paddingRight: '2%', - paddingBottom: '1%', - paddingTop: '1%', + paddingHorizontal: '2%', + paddingVertical: '1%', height: 60, }, }); |