Skip to content

Commit

Permalink
fix: progress trailColor support dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Dec 3, 2019
1 parent d6f41db commit 22aba08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/progress/progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default class Progress extends React.Component<ProgressProps> {
type: 'line',
percent: 0,
showInfo: true,
trailColor: '#f3f3f3',
// null for different theme definition
trailColor: null,
size: 'default',
gapDegree: 0,
strokeLinecap: 'round',
Expand Down

0 comments on commit 22aba08

Please sign in to comment.