Skip to content

Commit

Permalink
fix : changed progress bar color
Browse files Browse the repository at this point in the history
fix : changed progress bar color
  • Loading branch information
bunzzeok committed Dec 7, 2024
1 parent 3f0f66f commit 2584310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CircleProgress/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const CircleProgress = ({ createTime, goalTime }: Props) => {
<div
style={{
background: `conic-gradient(
#5c9df2 0% ${percent}%,
#5194F9 0% ${percent}%,
#ffffff ${percent}% 100%
)`,
}}
Expand Down

0 comments on commit 2584310

Please sign in to comment.