Explorar o código

ethw颜色升级

skyfffire %!s(int64=3) %!d(string=hai) anos
pai
achega
8dd35d8bcc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/plugins/kit/HashKit.js

+ 1 - 1
src/plugins/kit/HashKit.js

@@ -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)