From 6f19ef8c88aac714de132a9b1f4fe3c8e2e06c11 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 2 Feb 2021 16:06:33 -0800 Subject: [PATCH] Fade out incompatible pets, too --- src/app/ItemPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 0886679..eb9d146 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -934,7 +934,7 @@ function SpeciesFaceOption({ width={50} height={50} filter={isCompatible ? "saturate(90%)" : "saturate(0%)"} - opacity="0.9" + opacity={isCompatible ? "0.9" : "0.6"} transition="all 0.2s" className={css` input:checked + * & {