mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-29 02:18:06 +00:00
generate lighter color for token icons
This commit is contained in:
parent
f0855a413c
commit
298bcdf546
@ -58,8 +58,8 @@ class AddedToken extends PureComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const bgColor = new ColorHash({ lightness: 0.16 });
|
const bgColor = new ColorHash({ lightness: 0.9 });
|
||||||
const textColor = new ColorHash();
|
const textColor = new ColorHash({ lightness: 0.3, saturation: 1 });
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TokenWrapper key={this.props.token.symbol}>
|
<TokenWrapper key={this.props.token.symbol}>
|
||||||
|
Loading…
Reference in New Issue
Block a user