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:
parent
aec1de6eb3
commit
5f2cee90af
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user