fix assessment card color (#718)

This commit is contained in:
an-lee
2024-06-26 10:31:24 +08:00
committed by GitHub
parent d982a80f1a
commit ab83a23e95

View File

@@ -23,7 +23,7 @@ export const RadialProgress = ({
const length = 2 * Math.PI * (50 - thickness / 2);
return (
<div className={cn("relative w-40 h-40", className)} {...props}>
<svg className="w-full h-full" viewBox="0 0 100 100">
<svg className="w-full h-full" viewBox="0 0 100 100" fill="currentColor">
<circle
className={cn("text-gray-500 stroke-current", circleClassName)}
strokeWidth={thickness}