diff --git a/src/misc/Gauge.js b/src/misc/Gauge.js index 452cf22..296525f 100644 --- a/src/misc/Gauge.js +++ b/src/misc/Gauge.js @@ -58,7 +58,7 @@ const CircularProgressIndicator = ({ value, color }) => { fill="transparent" stroke={color} strokeWidth="7" - className="fill-gray-200 dark:fill-gray-700" + className="fill-gray-50 dark:fill-gray-700" strokeDasharray="0 282.74" strokeDashoffset="282.74" // Начинаем снизу strokeLinecap="round" // Закругляем торцы