Skip to content

Commit

Permalink
feat(projects): change borderRadius to 6px of naiveUI
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 21, 2024
1 parent c0a65a1 commit 49558ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/modules/theme/shared.ts
Expand Up @@ -225,7 +225,8 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor) {

const theme: GlobalThemeOverrides = {
common: {
...getNaiveThemeColors(colors)
...getNaiveThemeColors(colors),
borderRadius: '6px'
},
LoadingBar: {
colorLoading
Expand Down

0 comments on commit 49558ca

Please sign in to comment.