Skip to content

Commit

Permalink
Fixing TokenImage fallback text color
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Mar 5, 2025
1 parent 623af5e commit f37d977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TokenImage/TokenImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const TokenImage = memo((props: TokenImageProps) => {
) : (
<Text
className={cn(
'bg-background-secondary rounded-full w-full h-full flex items-center justify-center overflow-hidden text-inherit',
'bg-background-secondary rounded-full w-full h-full flex items-center justify-center overflow-hidden',
withNetwork && maskClass
)}
variant="inherit"
Expand Down

0 comments on commit f37d977

Please sign in to comment.