aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-12 22:35:02 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-12 22:35:02 -0700
commit9ff2d1e32f7eb7406e139a493b1dbf4422fd1a4c (patch)
tree114a8bdfabf0e4b9e86592edeb642ccca0220abb /src
parent29bfc68f90d1ca82c39765dc6c84816d2733a2fa (diff)
button position
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/Notification.tsx3
1 files changed, 2 insertions, 1 deletions
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<NotificationProps> = (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,