Fade out incompatible pets, too

This commit is contained in:
Emi Matchu 2021-02-02 16:06:33 -08:00
parent 382c1c9da3
commit 6f19ef8c88

View file

@ -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 + * & {