mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): change borderRadius to 6px of naiveUI
This commit is contained in:
@ -225,7 +225,8 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor) {
|
||||
|
||||
const theme: GlobalThemeOverrides = {
|
||||
common: {
|
||||
...getNaiveThemeColors(colors)
|
||||
...getNaiveThemeColors(colors),
|
||||
borderRadius: '6px'
|
||||
},
|
||||
LoadingBar: {
|
||||
colorLoading
|
||||
|
Reference in New Issue
Block a user