Skip to content

Commit

Permalink
update tooltip message
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Aug 8, 2024
1 parent 4024588 commit 830dee3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const DepositAmountInput: React.FC<IProps> = ({
<Tooltip
enterTouchDelay={0}
leaveTouchDelay={Number.MAX_SAFE_INTEGER}
title='Your estimated balance in USD'
title='Your Estimated Balance in USD'
placement='bottom'
classes={{
tooltip: classes.tooltip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const AmountInput: React.FC<IProps> = ({
<Tooltip
enterTouchDelay={0}
leaveTouchDelay={Number.MAX_SAFE_INTEGER}
title='Your estimated balance in USD'
title='Your Estimated Balance in USD'
placement='bottom'
classes={{
tooltip: classes.tooltip
Expand Down
4 changes: 2 additions & 2 deletions src/components/PositionDetails/SinglePositionInfo/BoxInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const BoxInfo: React.FC<{
<Tooltip
enterTouchDelay={0}
leaveTouchDelay={Number.MAX_SAFE_INTEGER}
title='Estimated liquidity in USD'
title="Estimated USD Value of the Position's Tokens"
placement='bottom'
classes={{
tooltip: classes.tooltip
Expand Down Expand Up @@ -181,7 +181,7 @@ export const BoxInfo: React.FC<{
<Tooltip
enterTouchDelay={0}
leaveTouchDelay={Number.MAX_SAFE_INTEGER}
title='Estimated liquidity in USD'
title="Estimated USD Value of the Position's Tokens"
placement='bottom'
classes={{
tooltip: classes.tooltip
Expand Down
3 changes: 1 addition & 2 deletions src/components/PositionDetails/SinglePositionInfo/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,7 @@ export const useStyles = makeStyles()((theme: Theme) => ({
...typography.caption4,
lineHeight: '24px',
background: colors.black.full,
borderRadius: 12,
fontSize: 14
borderRadius: 12
},
arrows: {
width: 32,
Expand Down

0 comments on commit 830dee3

Please sign in to comment.