mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix: progress trailColor support dark theme
This commit is contained in:
parent
d6f41db414
commit
22aba08b41
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user