Skip to content

Commit

Permalink
🤫
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 29, 2023
1 parent cd8b0be commit 55d3202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/InputWithCopy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const InputWithCopy: FC<Props> = ({ value, tip = "Click to copy", classNa
<TextInput value={value} disabled className="w-full pr-8 overscroll-none" />
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
<TooltipTrigger>
<Button
className="absolute top-1.5 right-1"
type="transparent"
Expand Down

0 comments on commit 55d3202

Please sign in to comment.