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