Skip to content

Commit b877967

Browse files
authored
fix: use transparent background for png images (#145)
* fix: use transparent background for png images * build: update dependencies
1 parent f4e41fa commit b877967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/src/components/Card/CardMedia/wrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const mobileStyle = media.mobile`
1616
`
1717

1818
export default styled('div')`
19-
background: #e1e8ed no-repeat center center / cover;
19+
background: transparent no-repeat center center / cover;
2020
display: block;
2121
flex: 0 0 125px;
2222
overflow: hidden;

packages/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"husky": "latest",
2828
"prettier-standard": "latest",
29-
"rollup": "~1.10.1",
29+
"rollup": "~1.11.3",
3030
"rollup-plugin-commonjs": "latest",
3131
"rollup-plugin-filesize": "latest",
3232
"rollup-plugin-node-resolve": "latest",

0 commit comments

Comments
 (0)