mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(projects): unify border-radius of Tag. fixed #378
This commit is contained in:
		@@ -228,6 +228,9 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor) {
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    LoadingBar: {
 | 
					    LoadingBar: {
 | 
				
			||||||
      colorLoading
 | 
					      colorLoading
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    Tag: {
 | 
				
			||||||
 | 
					      borderRadius: '6px'
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user