Skip to content

Commit 2334fb5

Browse files
jonlunsfordsophiebits
authored andcommitted
Give Container a white background (facebook#381)
1 parent 65279dd commit 2334fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/Container.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ var styles = {
8989
flex: 1,
9090
display: 'flex',
9191
minWidth: 0,
92+
backgroundColor: '#fff',
9293
},
9394
};
9495

0 commit comments

Comments
 (0)