张延森 3 anni fa
parent
commit
f1f382a1a7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/pages/MonitoringScreen/hook.js

+ 2
- 2
src/pages/MonitoringScreen/hook.js Vedi File

@@ -59,7 +59,7 @@ export function useParticlesJs(id) {
59 59
           },
60 60
         },
61 61
         opacity: {
62
-          value: 0.5,
62
+          value: 0.3,
63 63
           random: false,
64 64
           anim: {
65 65
             enable: false,
@@ -82,7 +82,7 @@ export function useParticlesJs(id) {
82 82
           enable: true,
83 83
           distance: 150,
84 84
           color: '#2FB3DF',
85
-          opacity: 0.5,
85
+          opacity: 0.3,
86 86
           width: 2,
87 87
         },
88 88
         move: {