Skip to content

Commit

Permalink
fix tooltip (#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijialin-avalabs authored Jan 31, 2025
1 parent a84f587 commit aac4d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-mobile/app/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ export const Tooltip = ({
return renderPopable(renderLabel())
}
return (
<View style={{ gap: 4 }}>
<Row style={{ gap: 4, alignItems: 'center' }}>
{renderLabel()}
{renderPopable(icon ?? <InfoSVG color={iconColor} />)}
</View>
</Row>
)
}

Expand Down

0 comments on commit aac4d8b

Please sign in to comment.