Skip to content

Commit f127bfa

Browse files
authored
Merge pull request #30 from kleros/refactor/tooltip
refactor: change font weight from 600 to 100
2 parents 44627e3 + 011c936 commit f127bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tooltip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const StyledTooltip = styled.span<TooltipBaseProps>`
2626
2727
& ${StyledText} {
2828
${smallStyle}
29-
font-weight: 600;
29+
font-weight: 100;
3030
text-align: ${small ? "center" : "left"};
3131
color: ${theme.whiteBackground};
3232
}

0 commit comments

Comments
 (0)