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`] = ` ...@@ -5,7 +5,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
style={ style={
Object { Object {
"WebkitOverflowScrolling": "touch", "WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto", "height": "auto",
"overflow": "hidden", "overflow": "hidden",
"position": "relative", "position": "relative",
...@@ -32,7 +31,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = ` ...@@ -32,7 +31,6 @@ exports[`PullToRefresh spec App shows PullToRefresh 1`] = `
style={ style={
Object { Object {
"WebkitOverflowScrolling": "touch", "WebkitOverflowScrolling": "touch",
"backgroundColor": "white",
"height": "auto", "height": "auto",
"overflow": "hidden", "overflow": "hidden",
"position": "relative", "position": "relative",
......
...@@ -184,7 +184,6 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef ...@@ -184,7 +184,6 @@ export class PullToRefresh extends React.Component<PullToRefreshProps, PullToRef
WebkitOverflowScrolling: "touch", WebkitOverflowScrolling: "touch",
position: "relative", position: "relative",
zIndex: 1, zIndex: 1,
backgroundColor: "white",
}; };
return ( 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