Browse Source

ethw颜色升级

skyfffire 3 năm trước cách đây
mục cha
commit
8dd35d8bcc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)