From a742aa4ef8219490d77e78b21622438b8ec1fc3d Mon Sep 17 00:00:00 2001 From: u-e Date: Wed, 19 Dec 2018 15:10:49 +0300 Subject: [PATCH] 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',