chore: dropdown styles token, icons url

This commit is contained in:
jialin
2026-05-13 10:47:45 +08:00
committed by jialin
parent 4e49c399d0
commit f081f0c1cf
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -59,6 +59,10 @@ export default {
Progress: {
lineBorderRadius: 4
},
Dropdown: {
controlItemBgActive: '#333',
controlItemBgActiveHover: '#333'
},
Select: {
optionSelectedBg: '#333',
fontSizeLG: 14
+4
View File
@@ -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
+1 -1
View File
@@ -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
}}