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
+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
}}