Skip to content

Commit

Permalink
Update circle-steps.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan authored Mar 22, 2024
1 parent 2a35b08 commit cdb0a3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/progress/demo/circle-steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ const App: React.FC = () => (
<Progress
type="circle"
percent={100}
steps={{
count: 5,
gap: 12,
}}
steps={{ count: 5, gap: 12 }}
trailColor="rgba(0, 0, 0, 0.06)"
strokeWidth={20}
/>
Expand Down

0 comments on commit cdb0a3e

Please sign in to comment.