aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notifications')
-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,