fix(ui): changed to theme tokens

This commit is contained in:
Rohinish 2024-02-28 11:52:35 +05:30 committed by psychedelicious
parent adba8489f2
commit d1e445fa49

View File

@ -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"