aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-01-15 17:16:20 -0500
committerIvan Chen <ivan@tagg.id>2021-01-15 20:18:03 -0500
commita296cf6e26ad57f951487c94009cb1693c281c1f (patch)
tree06f404d349c414ae74ca37968a55826149bf2627 /src/components/notifications
parent1c9a6321ea355e202a043ffe5b6044f94afbeb77 (diff)
styling change
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/Notification.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx
index 761ea950..62aa0a0b 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -149,7 +149,7 @@ const styles = StyleSheet.create({
alignItems: 'center',
},
avatarContainer: {
- marginLeft: '5%',
+ marginLeft: '8%',
flex: 1,
justifyContent: 'center',
},