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 && (
<Text
position="absolute"
background="black"
color="white"
fontSize="12px"
background="base.950"
color="accent.50"
fontSize="base.50"
bottom={1.5}
right={8}
left={1}
px={2}
opacity={0.7}
borderRadius="base"