From abd6d01b545af5b0f26b3dcfdf3152ad4a1dd66f Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Sun, 13 Aug 2017 17:35:30 -0300 Subject: [PATCH] Add background color to room view --- app/views/room.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/room.js b/app/views/room.js index ffd2a44b..3000ab02 100644 --- a/app/views/room.js +++ b/app/views/room.js @@ -15,7 +15,8 @@ import MessageBox from '../components/MessageBox'; const ds = new ListView.DataSource({ rowHasChanged: (r1, r2) => r1 !== r2 }); const styles = StyleSheet.create({ container: { - flex: 1 + flex: 1, + backgroundColor: '#fff' }, list: { flex: 1,