Skip to content

Commit

Permalink
fix: Update the utility icon (#2246)
Browse files Browse the repository at this point in the history
* fix: Update the utility icon

* fix: Update DCL UI
  • Loading branch information
LautaroPetaccio committed May 9, 2024
1 parent 3f94f12 commit 13a6c04
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
16 changes: 8 additions & 8 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"decentraland-crypto-fetch": "^1.0.3",
"decentraland-dapps": "^19.5.3",
"decentraland-transactions": "^2.6.0",
"decentraland-ui": "^5.21.0",
"decentraland-ui": "^5.23.3",
"ethers": "^5.6.8",
"graphql": "^14.7.0",
"history": "^4.10.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
display: flex;
gap: 8px;
flex-wrap: wrap;
align-items: center;
}

.EmoteDetail .wearableInformation {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
display: flex;
gap: 8px;
flex-wrap: wrap;
align-items: center;
}

.ItemDetail .itemDetailBottomContainer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.WearableDetail .badges {
margin-top: 8px;
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
Expand Down

0 comments on commit 13a6c04

Please sign in to comment.