Explorar el Código

ethw颜色升级

skyfffire hace 3 años
padre
commit
8dd35d8bcc
Se han modificado 1 ficheros con 1 adiciones y 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)