Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(stories): avoid to use linear-background it breaks Argos every ti…
Browse files Browse the repository at this point in the history
…me (#804)
  • Loading branch information
samouss authored Jan 5, 2018
1 parent 9f7fb59 commit 0beded7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stories/InstantSearch.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stories
Root: 'div',
props: {
style: {
background: 'linear-gradient(80deg, #00D8FF, #00A7FF)',
border: '1px solid red',
},
},
}}
Expand Down
2 changes: 1 addition & 1 deletion stories/MultiIndex.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ stories
Root: 'div',
props: {
style: {
background: 'linear-gradient(80deg, #00D8FF, #00A7FF)',
border: '1px solid red',
},
},
}}
Expand Down

0 comments on commit 0beded7

Please sign in to comment.