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
|
||||
|
||||
@@ -356,7 +356,7 @@ export default (props: any) => {
|
||||
config={{
|
||||
apiBaseUrl: GPUSTACK_API_BASE_URL,
|
||||
theme: userSettings.theme,
|
||||
iconUrl: '//at.alicdn.com/t/c/font_4613488_5prlfxmzgg5.js',
|
||||
iconUrl: '//at.alicdn.com/t/c/font_4613488_r6z6oew38db.js',
|
||||
isDarkTheme: userSettings.isDarkTheme,
|
||||
defaultColorPrimary: COLOR_PRIMARY
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user