Commit 24ca132a authored by Carlos's avatar Carlos Committed by GitHub

Merge pull request #6 from TheTostu/master

Delete inline backgroundColor: "white"
parents 081fbfc6 0f693915
......@@ -5,7 +5,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
style={
Object {
"WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto",
"overflow": "hidden",
"position": "relative",
......@@ -32,7 +31,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
style={
Object {
"WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto",
"overflow": "hidden",
"position": "relative",
......
......@@ -184,7 +184,6 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef
WebkitOverflowScrolling: "touch",
position: "relative",
zIndex: 1,
backgroundColor: "white",
};
return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment