|
@@ -20,7 +20,7 @@ export default class HashKit {
|
|
|
|
|
|
|
|
static generateColorByHash(hash) {
|
|
static generateColorByHash(hash) {
|
|
|
const hashSub = hash.substring(2, 5)
|
|
const hashSub = hash.substring(2, 5)
|
|
|
- let color = '#888'
|
|
|
|
|
|
|
+ let color = '#ccc'
|
|
|
|
|
|
|
|
if (hashSub !== 'eth') {
|
|
if (hashSub !== 'eth') {
|
|
|
let bit1 = parseInt(hashSub[0], 16)
|
|
let bit1 = parseInt(hashSub[0], 16)
|