Skip to content

Commit

Permalink
fix: tooltip border
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj authored and LetItRock committed Mar 21, 2024
1 parent e4a4e38 commit 6001cd2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ function chartStyles(isTriggerSent: boolean, isDark: boolean) {
.tooltip-title {
display: flex;
justify-content: center;
height: 17px;
margin-bottom: 4px;
border-width: 22px;
color: ${colors.B60};
}
Expand All @@ -51,10 +49,7 @@ function chartStyles(isTriggerSent: boolean, isDark: boolean) {
display: flex;
justify-content: center;
font-weight: 700;
height: 17px;
border-width: 22px;
color: #ff512f;
background: -webkit-linear-gradient(90deg, #dd2476 0%, #ff512f 100%);
-webkit-background-clip: text;
Expand Down

0 comments on commit 6001cd2

Please sign in to comment.