chore: dropdown styles token, icons url
This commit is contained in:
@@ -59,6 +59,10 @@ export default {
|
||||
Progress: {
|
||||
lineBorderRadius: 4
|
||||
},
|
||||
Dropdown: {
|
||||
controlItemBgActive: '#333',
|
||||
controlItemBgActiveHover: '#333'
|
||||
},
|
||||
Select: {
|
||||
optionSelectedBg: '#333',
|
||||
fontSizeLG: 14
|
||||
|
||||
@@ -60,6 +60,10 @@ export default {
|
||||
Progress: {
|
||||
lineBorderRadius: 3
|
||||
},
|
||||
Dropdown: {
|
||||
controlItemBgActive: 'rgba(230, 230, 230, 88%)',
|
||||
controlItemBgActiveHover: 'rgba(230, 230, 230, 88%)'
|
||||
},
|
||||
Select: {
|
||||
optionSelectedBg: 'rgba(230, 230, 230, 88%)',
|
||||
fontSizeLG: 14
|
||||
|
||||
Reference in New Issue
Block a user