fix(projects): unify border-radius of Tag. fixed #378

This commit is contained in:
Soybean 2024-04-08 07:50:26 +08:00
parent 1c72dc76ee
commit 2f15a2ac6a

View File

@ -228,6 +228,9 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor) {
}, },
LoadingBar: { LoadingBar: {
colorLoading colorLoading
},
Tag: {
borderRadius: '6px'
} }
}; };