mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): <GalleryImage />
styling
This commit is contained in:
parent
171f2aa20d
commit
3beb9b764a
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user