Browse Source

fix: progress default trailColor

pull/19968/head
ycjcl868 5 years ago
committed by GitHub Action
parent
commit
4216525ba1
  1. 2
      components/progress/progress.tsx

2
components/progress/progress.tsx

@ -49,8 +49,6 @@ export default class Progress extends React.Component<ProgressProps> {
type: 'line',
percent: 0,
showInfo: true,
// TODO: dark
trailColor: '#f3f3f3',
size: 'default',
gapDegree: 0,
strokeLinecap: 'round',

Loading…
Cancel
Save