mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +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 = {
 | 
					  const theme: GlobalThemeOverrides = {
 | 
				
			||||||
    common: {
 | 
					    common: {
 | 
				
			||||||
      ...getNaiveThemeColors(colors)
 | 
					      ...getNaiveThemeColors(colors),
 | 
				
			||||||
 | 
					      borderRadius: '6px'
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    LoadingBar: {
 | 
					    LoadingBar: {
 | 
				
			||||||
      colorLoading
 | 
					      colorLoading
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user