feat(desktop): polish tooltips and session search (#34632)
This commit is contained in:
parent
20445ca031
commit
fced9c5a2f
8 changed files with 19 additions and 13 deletions
|
|
@ -107,6 +107,8 @@ export function Tooltip(props: TooltipProps) {
|
|||
<Match when={true}>
|
||||
<KobalteTooltip
|
||||
gutter={4}
|
||||
openDelay={400}
|
||||
skipDelayDuration={300}
|
||||
{...others}
|
||||
closeDelay={0}
|
||||
ignoreSafeArea={local.ignoreSafeArea ?? true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue