diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 904c7aa..fda0d7a 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -22,6 +22,7 @@ import { import { CheckIcon, ChevronRightIcon, + EditIcon, StarIcon, WarningIcon, } from "@chakra-ui/icons"; @@ -631,6 +632,12 @@ function ItemPageOutfitPreview({ itemId }) { engine="canvas" onChangeHasAnimations={setHasAnimations} /> + {hasAnimations && ( + } + position="absolute" + top="2" + right="2" + size="sm" + background={backgroundColor} + _hover={{ backgroundColor: backgroundColorHover }} + _focus={{ backgroundColor: backgroundColorHover }} + boxShadow="sm" + /> + + ); +} + function PlayPauseButton({ isPaused, onClick }) { return (