fix: spell error

This commit is contained in:
QiShaoXuan
2022-11-01 16:30:20 +08:00
parent 404edececa
commit d7be74e0f4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const StyledTooltip = styled(StyledPopperContainer)(({ theme }) => {
return {
boxShadow: theme.shadow.tooltip,
padding: '4px 12px',
backgroundColor: theme.colors.toolTipBackground,
backgroundColor: theme.colors.tooltipBackground,
color: '#fff',
fontSize: theme.font.xs,
};