From 9ff2d1e32f7eb7406e139a493b1dbf4422fd1a4c Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 12 May 2021 22:35:02 -0700 Subject: button position --- src/components/notifications/Notification.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 179daa57..cb62047a 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -286,6 +286,7 @@ const Notification: React.FC = (props) => { container: { width: normalize(63), height: normalize(21), + marginTop: '7%', }, buttonTitle: { fontSize: normalize(11), @@ -332,7 +333,7 @@ const styles = StyleSheet.create({ flex: 1, alignSelf: 'center', alignItems: 'center', - paddingHorizontal: '7%', + paddingHorizontal: '6.3%', }, avatarContainer: { height: 42, -- cgit v1.2.3-70-g09d2