Skip to content

Commit

Permalink
chore: Update dcl ui and dcl-dapps libs (decentraland#541)
Browse files Browse the repository at this point in the history
* chore: Update dcl ui and dcl-dapps libs

* feat: Align mana symbol for modals
  • Loading branch information
juanmahidalgo authored Jan 26, 2022
1 parent 2133a65 commit f2aba91
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 67 deletions.
130 changes: 65 additions & 65 deletions webapp/package-lock.json

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

4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dcl-catalyst-client": "^5.1.1",
"dcl-catalyst-commons": "^4.0.1",
"dcl-crypto": "^2.2.0",
"decentraland-dapps": "^12.36.0",
"decentraland-dapps": "^12.37.0",
"decentraland-transactions": "^1.29.1",
"decentraland-ui": "^3.18.1",
"decentraland-ui": "^3.19.0",
"dotenv": "^10.0.0",
"graphql": "^14.7.0",
"history": "^4.10.1",
Expand Down
4 changes: 4 additions & 0 deletions webapp/src/components/ManaField/ManaField.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
bottom: 12px;
margin-bottom: 0px;
}

.ManaField .dcl.mana {
transform: translateY(-0.15em);
}

0 comments on commit f2aba91

Please sign in to comment.