change tooltip delay in sidebar items
This commit is contained in:
parent
1e2548ad11
commit
9fc30bff57
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export function SidebarItemTooltip({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TooltipProvider
|
<TooltipProvider
|
||||||
delay={400}
|
delay={0}
|
||||||
position="Right"
|
position="Right"
|
||||||
tooltip={
|
tooltip={
|
||||||
<Tooltip style={{ maxWidth: toRem(280) }}>
|
<Tooltip style={{ maxWidth: toRem(280) }}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue