aragon / ui

🦚 UI kit for decentralized apps
https://ui.aragon.org/
MIT License
343 stars 127 forks source link

Token amount component #797

Closed delfipolito closed 4 years ago

delfipolito commented 4 years ago

New component for rendering a token logo, an amount and the token symbol. (Updated eslint version so it supports "bigint" as a valid-typeof rule )

image

image

image

image

image

bpierre commented 4 years ago

And one last thing, I think we should correct the alignment of the amount in the large size:

image

This is how it could look by moving the amount down by 2px and the symbol up by 1px:

image

What do you think?