From d3ab125dd4c9aa85dff081fe1a987231282f515b Mon Sep 17 00:00:00 2001 From: Heng Sok Date: Mon, 13 Jul 2020 23:43:08 +0700 Subject: [PATCH] [FIX] Messages hidden behind MessageBox (#2281) --- app/containers/MessageBox/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/MessageBox/styles.js b/app/containers/MessageBox/styles.js index 886cdd805..96001fc15 100644 --- a/app/containers/MessageBox/styles.js +++ b/app/containers/MessageBox/styles.js @@ -15,7 +15,7 @@ export default StyleSheet.create({ }, composer: { flexDirection: 'column', - borderTopWidth: StyleSheet.hairlineWidth + borderTopWidth: 1 }, textArea: { flexDirection: 'row',