Skip to content

Commit

Permalink
fix(ui): changed to theme tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinish404 authored and hipsterusername committed Mar 9, 2024
1 parent e1fad13 commit b8d59f5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b8d59f5

Please sign in to comment.