This commit is contained in:
Fredrik Burmester
2025-02-15 17:20:46 +01:00
parent 4644d2ab58
commit a25c01b7a8
9 changed files with 384 additions and 73 deletions

View File

@@ -24,7 +24,7 @@ const ProgressCircle: React.FC<ProgressCircleProps> = ({
fill={fill}
tintColor={tintColor}
backgroundColor={backgroundColor}
rotation={45}
rotation={0}
/>
);
};