feat(projects): change borderRadius to 6px of naiveUI
This commit is contained in:
parent
c0a65a165a
commit
49558ca048
@ -225,7 +225,8 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor) {
|
||||
|
||||
const theme: GlobalThemeOverrides = {
|
||||
common: {
|
||||
...getNaiveThemeColors(colors)
|
||||
...getNaiveThemeColors(colors),
|
||||
borderRadius: '6px'
|
||||
},
|
||||
LoadingBar: {
|
||||
colorLoading
|
||||
|
Loading…
Reference in New Issue
Block a user