Skip to content

Commit b732296

Browse files
committed
Removed StyledTooltip
1 parent b64f2e9 commit b732296

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

webview-ui/src/components/ui/pearaiindex.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ const TooltipStyles = {
183183
overflow: "hidden",
184184
}
185185

186-
export function StyledTooltip(props: any) {
187-
return <Tooltip {...props} style={TooltipStyles} />
188-
}
189-
190186
export const TextArea = styled.textarea`
191187
padding: 8px;
192188
font-family: inherit;

0 commit comments

Comments
 (0)