feat(ui): <GalleryImage /> styling

This commit is contained in:
psychedelicious 2024-03-27 10:46:55 +11:00
parent 171f2aa20d
commit 3beb9b764a

View File

@ -171,7 +171,7 @@ const GalleryImage = (props: HoverableImageProps) => {
borderTopEndRadius="base"
borderBottomStartRadius="base"
sx={badgeSx}
pointerEvents={isSelected ? 'auto': 'none'}
pointerEvents="none"
>{`${imageDTO.width}x${imageDTO.height}`}</Text>
)}
<IAIDndImageIcon onClick={toggleStarredState} icon={starIcon} tooltip={starTooltip} />