2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-16 12:03:08 +00:00

match YesNoButton green to DetailsBadge green (#9662)

Co-authored-by: Jacob Felknor <jfelknor@firstrf.com>
This commit is contained in:
Jacob Felknor 2025-05-14 10:22:36 -06:00 committed by GitHub
parent aec1de6eb3
commit 5f2cee90af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ export function PassFailButton({
return (
<Badge
color={v ? 'lime.5' : 'red.6'}
color={v ? 'green' : 'red'}
variant='filled'
radius='lg'
size='sm'