fix: add labels variants for Footnote and Caption
This commit is contained in:
@@ -20,7 +20,7 @@ export function Tooltip<P extends TooltipPosition>({
|
||||
<div className={styles.tooltipContainer} role="tooltip" aria-label={text}>
|
||||
<div className={className}>
|
||||
{heading && (
|
||||
<Caption textTransform="bold" color="white">
|
||||
<Caption type="bold" color="white">
|
||||
{heading}
|
||||
</Caption>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user