Skip to content

Commit

Permalink
bug/TD-3284 nowrap typography truncation ellipsis color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ShushN committed Dec 27, 2024
1 parent 6f31d43 commit 9838329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TruncatedTooltip/TruncatedTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const TruncatedTooltip = <T extends React.ElementType = "span">({
"& > *": {
display: "inline"
},
color: "primary.main",
display: "block",
overflow: "hidden",
textDecoration: "none",
Expand Down

0 comments on commit 9838329

Please sign in to comment.