Skip to content

Commit

Permalink
Remove the underline in clipboard (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant authored Jun 29, 2023
1 parent cf3e657 commit c83340e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Clipboard/Clipboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export function Clipboard(props: ClipboardProps) {
onClick={handleCopyToClipboard}
{...rest}
>
<u className="text-f-primary pr-2 w-full truncate">
<p className="text-f-primary pr-2 w-full truncate">
{displayedContent}
</u>
</p>
{success ? (
<FiCheckCircle className="w-6 h-6 text-s-success" />
) : (
Expand Down

0 comments on commit c83340e

Please sign in to comment.