mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	match YesNoButton green to DetailsBadge green (#9662)
Co-authored-by: Jacob Felknor <jfelknor@firstrf.com>
This commit is contained in:
		| @@ -18,7 +18,7 @@ export function PassFailButton({ | |||||||
|  |  | ||||||
|   return ( |   return ( | ||||||
|     <Badge |     <Badge | ||||||
|       color={v ? 'lime.5' : 'red.6'} |       color={v ? 'green' : 'red'} | ||||||
|       variant='filled' |       variant='filled' | ||||||
|       radius='lg' |       radius='lg' | ||||||
|       size='sm' |       size='sm' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user