Skip to content

Commit 9839778

Browse files
authored
chore: svg image size fix (#397)
We can't use the `getImageComponent` from `snaps-sdk` to set a size to the image because it's a SVG and it doesn't support svgs, so we can set the desired default size in the svg body itself. Fixes: MetaMask/metamask-mobile#15654
1 parent 6547b92 commit 9839778

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
88
},
99
"source": {
10-
"shasum": "PjCMLDm9fPFujlOU895lM+SWDwxTLVu7wk2L7o2d+4o=",
10+
"shasum": "03FCr0dmyKPvqmCuEDRmjvGUG0wKyKRq3T+CJiSoPUQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)