mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-05 12:31:49 +02:00
update tooltip component for tailwind 4
This commit is contained in:
@@ -15,7 +15,7 @@ export function InputCopy({ value, id, name }: { value: string; id: string; name
|
||||
}
|
||||
></div>
|
||||
<TooltipProvider delayDuration={100} disableHoverableContent>
|
||||
<Tooltip>
|
||||
<Tooltip disableHoverableContent={true}>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user