mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): changed to theme tokens
This commit is contained in:
parent
adba8489f2
commit
d1e445fa49
@ -158,11 +158,11 @@ const GalleryImage = (props: HoverableImageProps) => {
|
|||||||
{isHovered && (
|
{isHovered && (
|
||||||
<Text
|
<Text
|
||||||
position="absolute"
|
position="absolute"
|
||||||
background="black"
|
background="base.950"
|
||||||
color="white"
|
color="accent.50"
|
||||||
fontSize="12px"
|
fontSize="base.50"
|
||||||
bottom={1.5}
|
bottom={1.5}
|
||||||
right={8}
|
left={1}
|
||||||
px={2}
|
px={2}
|
||||||
opacity={0.7}
|
opacity={0.7}
|
||||||
borderRadius="base"
|
borderRadius="base"
|
||||||
|
Loading…
Reference in New Issue
Block a user