feat(SW-892) Fixed active state on info icon

This commit is contained in:
Pontus Dreij
2024-11-14 11:00:50 +01:00
parent e12185b2e8
commit 87713d1332
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ export default function FilterChip({
</Caption>
{tooltipText && (
<Tooltip text={tooltipText} position="bottom" arrow="right">
<InfoCircleIcon color="uiTextPlaceholder" />
<InfoCircleIcon color={color} height={iconHeight} width={iconWidth} />
</Tooltip>
)}
<input

View File

@@ -1,6 +1,6 @@
.tooltipContainer {
position: relative;
display: inline-block;
display: flex;
}
.tooltip {