Skip to content

Commit

Permalink
Changed tooltip fly in time
Browse files Browse the repository at this point in the history
  • Loading branch information
Soryyyn committed Feb 27, 2023
1 parent 2cd8613 commit a5497dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/global/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Tooltip({ children, text, placement }: Props) {
<Tippy
content={text}
placement={placement}
delay={[500, 0]}
delay={[300, 0]}
theme="dark"
animation="shift-away-subtle"
>
Expand Down

0 comments on commit a5497dd

Please sign in to comment.