From 9152448034817059bc5f3d48d4c66ae9681e6b60 Mon Sep 17 00:00:00 2001 From: u-e Date: Wed, 19 Dec 2018 15:10:49 +0300 Subject: [PATCH 1/2] removed unncesesary line --- src/components/notificationLine/view/notificationLineStyles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notificationLine/view/notificationLineStyles.js b/src/components/notificationLine/view/notificationLineStyles.js index 583a201d8..dffceb76a 100644 --- a/src/components/notificationLine/view/notificationLineStyles.js +++ b/src/components/notificationLine/view/notificationLineStyles.js @@ -50,7 +50,7 @@ export default EStyleSheet.create({ backgroundColor: '$primaryLightBlue', borderTopWidth: 0.3, borderBottomWidth: 0.3, - borderColor: '#e7e7e7', + // borderColor: '#e7e7e7', }, hasNoAvatar: { backgroundColor: '#d8d8d8', From e50bd725aa5cdd4c07c7fe97e9f300bb51098502 Mon Sep 17 00:00:00 2001 From: u-e Date: Wed, 19 Dec 2018 15:11:18 +0300 Subject: [PATCH 2/2] removed color line --- src/components/notificationLine/view/notificationLineStyles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/notificationLine/view/notificationLineStyles.js b/src/components/notificationLine/view/notificationLineStyles.js index dffceb76a..3c5a401e9 100644 --- a/src/components/notificationLine/view/notificationLineStyles.js +++ b/src/components/notificationLine/view/notificationLineStyles.js @@ -50,7 +50,6 @@ export default EStyleSheet.create({ backgroundColor: '$primaryLightBlue', borderTopWidth: 0.3, borderBottomWidth: 0.3, - // borderColor: '#e7e7e7', }, hasNoAvatar: { backgroundColor: '#d8d8d8',