Skip to content

Commit

Permalink
fix: use transparent background for png images (#145)
Browse files Browse the repository at this point in the history
* fix: use transparent background for png images

* build: update dependencies
  • Loading branch information
Kikobeats committed May 7, 2019
1 parent f4e41fa commit b877967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/Card/CardMedia/wrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const mobileStyle = media.mobile`
`

export default styled('div')`
background: #e1e8ed no-repeat center center / cover;
background: transparent no-repeat center center / cover;
display: block;
flex: 0 0 125px;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"husky": "latest",
"prettier-standard": "latest",
"rollup": "~1.10.1",
"rollup": "~1.11.3",
"rollup-plugin-commonjs": "latest",
"rollup-plugin-filesize": "latest",
"rollup-plugin-node-resolve": "latest",
Expand Down

0 comments on commit b877967

Please sign in to comment.