Skip to content

Commit 5685cb8

Browse files
committed
fix
1 parent 6fef510 commit 5685cb8

File tree

1 file changed

+1
-1
lines changed
  • packages/react-grab/src/components/toolbar

1 file changed

+1
-1
lines changed

packages/react-grab/src/components/toolbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ export const Toolbar: Component<ToolbarProps> = (props) => {
12741274
<Show when={props.isActive && !hasLearnedSelectionHints()}>
12751275
<div
12761276
class={cn(
1277-
"absolute whitespace-nowrap flex items-center gap-1 px-1.5 py-0.5 rounded-[10px] text-[10px] text-black/60 pointer-events-none animate-tooltip-fade-in [animation-fill-mode:backwards] overflow-hidden [corner-shape:superellipse(1.25)]",
1277+
"absolute whitespace-nowrap flex items-center gap-1 px-1.5 py-0.5 rounded-[10px] text-[10px] text-black/60 pointer-events-none animate-tooltip-fade-in [animation-fill-mode:backwards] [corner-shape:superellipse(1.25)]",
12781278
"bg-white",
12791279
shakeTooltipPositionClass(),
12801280
)}

0 commit comments

Comments
 (0)