some fixes
This commit is contained in:
@@ -58,7 +58,7 @@ const CircularProgressIndicator = ({ value, color }) => {
|
|||||||
fill="transparent"
|
fill="transparent"
|
||||||
stroke={color}
|
stroke={color}
|
||||||
strokeWidth="7"
|
strokeWidth="7"
|
||||||
className="fill-gray-200 dark:fill-gray-700"
|
className="fill-gray-50 dark:fill-gray-700"
|
||||||
strokeDasharray="0 282.74"
|
strokeDasharray="0 282.74"
|
||||||
strokeDashoffset="282.74" // Начинаем снизу
|
strokeDashoffset="282.74" // Начинаем снизу
|
||||||
strokeLinecap="round" // Закругляем торцы
|
strokeLinecap="round" // Закругляем торцы
|
||||||
|
|||||||
Reference in New Issue
Block a user