From 83891d6c69417c6d82316ff63fd47f2fde123064 Mon Sep 17 00:00:00 2001 From: kakajann Date: Thu, 2 Dec 2021 11:02:36 +0500 Subject: [PATCH] fix regression --- .../GrowlNotificationContainer/index.native.js | 2 +- src/styles/styles.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/GrowlNotification/GrowlNotificationContainer/index.native.js b/src/components/GrowlNotification/GrowlNotificationContainer/index.native.js index 2eb32a511bc..3495bab3fd9 100644 --- a/src/components/GrowlNotification/GrowlNotificationContainer/index.native.js +++ b/src/components/GrowlNotification/GrowlNotificationContainer/index.native.js @@ -14,8 +14,8 @@ const GrowlNotificationContainer = props => ( {insets => ( diff --git a/src/styles/styles.js b/src/styles/styles.js index bab7359d153..dcee0bbef87 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1970,7 +1970,8 @@ const styles = { position: 'absolute', width: '100%', top: 20, - ...spacing.ph5, + ...spacing.pl5, + ...spacing.pr5, }, growlNotificationDesktopContainer: {