Skip to content

Commit

Permalink
cobaltians/Cobalt#106 renamed prop to backgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
ggendre committed Jul 15, 2016
1 parent fc4180a commit 102d73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobalt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dark": {
"ios": "SimpleController",
"android": ".activities.SimpleHybridActivity",
"background": "#4a81a5"
"backgroundColor": "#4a81a5"
},
"callbacks": {
"ios": "CallbacksController",
Expand Down Expand Up @@ -98,7 +98,7 @@
"ios": "SimpleController",
"android": ".activities.PullToRefreshActivity",
"pullToRefresh": true,
"background":"#4a81a5"
"backgroundColor":"#4a81a5"
},
"pullToRefreshCustom": {
"ios": "CustomizedPulltoRefreshViewController",
Expand Down

0 comments on commit 102d73c

Please sign in to comment.