style(projects): 修改按钮文本颜色

This commit is contained in:
xlsea
2025-06-19 23:30:54 +08:00
parent adf3d87e5c
commit 907f043969

View File

@ -252,6 +252,9 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor, recommended = false)
},
Tag: {
borderRadius: '6px'
},
Button: {
textColorPrimary: '#ffffff'
}
};