File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/react-grab/src/components/toolbar Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments