diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 70a0c0f..40eee24 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -718,20 +718,22 @@ function ItemPageOutfitPreview({ itemId }) { - - setPetState({ - speciesId, - colorId, - pose: idealPose, - appearanceId: null, - }) - } - isLoading={loading} - /> + + + setPetState({ + speciesId, + colorId, + pose: idealPose, + appearanceId: null, + }) + } + isLoading={loading} + /> + ); } @@ -801,19 +803,8 @@ function SpeciesFacesPicker({ a.speciesName.localeCompare(b.speciesName) ); - const focusBorderColorValue = useToken("colors", "blue.100"); - return ( - + <> - + ); } @@ -910,7 +901,7 @@ function SpeciesFaceOption({