Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
k11q committed Jul 25, 2023
1 parent f04b430 commit 99da18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/demo/Tooltip/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Icon } from "@iconify/vue";
>
<Icon icon="radix-icons:plus" />
</TooltipTrigger>
<Teleport>
<Teleport to="body">
<TooltipContent
asChild
class="data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade text-grass11 select-none rounded-[4px] bg-white px-[15px] py-[10px] text-[15px] leading-none shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] will-change-[transform,opacity]"
Expand Down
2 changes: 1 addition & 1 deletion docs/components/home/demos/TooltipDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const toggleState = ref(false);
>
<Icon icon="radix-icons:plus" />
</TooltipTrigger>
<Teleport>
<Teleport to="body">
<TooltipContent
asChild
class="data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade text-violet11 select-none rounded-[4px] bg-white px-[15px] py-[10px] text-[15px] leading-none shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] will-change-[transform,opacity]"
Expand Down

0 comments on commit 99da18e

Please sign in to comment.