dropdown 样式同步

This commit is contained in:
lutinglt
2025-07-05 18:44:26 +08:00
parent ee455ac255
commit 49b08975d2
7 changed files with 86 additions and 13 deletions

View File

@@ -338,6 +338,11 @@ export function defineGithubTheme(githubColor: GithubColor): Theme {
},
},
},
shadow: {
floating: {
small: `0px 0px 0px 1px ${themeVars.color.light.border}, 0px 6px 12px -3px ${themeVars.color.shadow.self}, 0px 6px 18px 0px ${themeVars.color.shadow.self};`,
},
},
};
return defineTheme({
isDarkTheme: githubColor.isDarkTheme,