Skip to content

Commit

Permalink
change background to backgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Feb 9, 2017
1 parent ce33fc4 commit 2eb4e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/common-adapters/dumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ const popupDialogMap: DumbComponentMap<PopupDialog> = {
height: 200,
justifyContent: 'center',
alignItems: 'center',
background: globalColors.white,
backgroundColor: globalColors.white,
}}>
<Text type='Body'>Hello, world!</Text>
</Box>
Expand Down

0 comments on commit 2eb4e7b

Please sign in to comment.