mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Make default progress color not primary color
This commit is contained in:
parent
2038d90112
commit
5ec436d0dd
@ -26,7 +26,7 @@
|
||||
}
|
||||
&-line-bg {
|
||||
border-radius: 100px;
|
||||
background-color: @primary-color;
|
||||
background-color: @info-color;
|
||||
transition: all 0.3s linear 0s;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
// Color
|
||||
@primary-color : #2db7f5;
|
||||
@info-color : #2db7f5;
|
||||
@success-color : #87d068;
|
||||
@error-color : #f50;
|
||||
@warning-color : #fa0;
|
||||
|
Loading…
Reference in New Issue
Block a user