Skip to content

Commit

Permalink
feature(Pitch): adding decoration for tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
xandjiji committed Feb 1, 2023
1 parent c461981 commit 243e0bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/exevo-pan/src/modules/Dashboard/components/Pitch.tsx
Expand Up @@ -85,7 +85,9 @@ const Pitch = ({ proStatus }: PitchProps) => {
</div>
}
>
<strong>{dashboard.Pitch.features.auctionFilters}</strong>
<strong className="underline decoration-dashed underline-offset-4">
{dashboard.Pitch.features.auctionFilters}
</strong>
</Tooltip>
),
})}
Expand All @@ -106,7 +108,9 @@ const Pitch = ({ proStatus }: PitchProps) => {
</TooltipUl>
}
>
<strong>{dashboard.Pitch.features.bossTracker}</strong>
<strong className="underline decoration-dashed underline-offset-4">
{dashboard.Pitch.features.bossTracker}
</strong>
</Tooltip>
),
})}
Expand Down

0 comments on commit 243e0bf

Please sign in to comment.