diff --git a/src/lib/tooltip/index.tsx b/src/lib/tooltip/index.tsx index 7791a6d..63545f0 100644 --- a/src/lib/tooltip/index.tsx +++ b/src/lib/tooltip/index.tsx @@ -26,7 +26,7 @@ const StyledTooltip = styled.span` & ${StyledText} { ${smallStyle} - font-weight: 600; + font-weight: 100; text-align: ${small ? "center" : "left"}; color: ${theme.whiteBackground}; }