Skip to content

Commit 886af94

Browse files
feat: Modify the LW collection creation modal for LW payments (#3184)
* feat: Modify the LW creation flow for LW payments * feat: Push package updates
1 parent 0bfd8b9 commit 886af94

9 files changed

+360
-131
lines changed

package-lock.json

+75-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"decentraland-builder-scripts": "^0.24.0",
3939
"decentraland-connect": "^6.3.1",
4040
"decentraland-crypto-fetch": "^2.0.1",
41-
"decentraland-dapps": "^23.4.0",
41+
"decentraland-dapps": "^23.5.0",
4242
"decentraland-ecs": "6.12.4-7784644013.commit-f770b3e",
4343
"decentraland-experiments": "^1.0.2",
44-
"decentraland-transactions": "^2.6.1",
44+
"decentraland-transactions": "^2.13.0",
4545
"decentraland-ui": "^6.9.2",
4646
"ethers": "^5.6.8",
4747
"file-saver": "^2.0.1",

src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.module.css

+15
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,18 @@
2020
min-width: unset;
2121
flex-grow: 1;
2222
}
23+
24+
.contract :global(.dcl.field) {
25+
max-width: 320px;
26+
}
27+
28+
.thirdParty {
29+
display: flex;
30+
flex-direction: row;
31+
gap: 15px;
32+
align-items: center;
33+
}
34+
35+
.contractInput:global(.ui.input) {
36+
margin-top: 6px;
37+
}

0 commit comments

Comments
 (0)