Skip to content

Commit e4a2975

Browse files
committed
Change the tooltip title size from S to XS
1 parent ea22d19 commit e4a2975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/tooltip/HoverContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface RiTooltipContentProps {
1010

1111
export const HoverContent = ({ title, content }: RiTooltipContentProps) => (
1212
<Col>
13-
{title && <Title size="S">{title}</Title>}
13+
{title && <Title size="XS">{title}</Title>}
1414
{content}
1515
</Col>
1616
)

0 commit comments

Comments
 (0)