diff --git a/packages/react-component-library/src/components/Tooltip/partials/StyledContent.tsx b/packages/react-component-library/src/components/Tooltip/partials/StyledContent.tsx index dc5bfefb65..1951f73d9f 100644 --- a/packages/react-component-library/src/components/Tooltip/partials/StyledContent.tsx +++ b/packages/react-component-library/src/components/Tooltip/partials/StyledContent.tsx @@ -92,7 +92,7 @@ export const StyledContent = styled.div` z-index: ${zIndex('modal', 1)}; background: ${TOOLTIP_DARK_BG}; color: ${color('neutral', 'white')}; - border: ${TOOLTIP_DARK_BORDER} solid ${TOOLTIP_BORDER_THICK}; + border: ${TOOLTIP_DARK_BORDER} solid ${TOOLTIP_BORDER_THICK}px; border-radius: 5px; padding: ${spacing('6')} ${spacing('8')}; position: relative;