Skip to content

Commit 448a2b7

Browse files
fix(tooltip): remove hard coded text color (#18725)
Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
1 parent f453dac commit 448a2b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/styles/scss/components/tooltip/_tooltip.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ $tooltip-padding-inline: custom-property.get-var(
3535
@include type.type-style('body-01');
3636

3737
padding: $tooltip-padding-block $tooltip-padding-inline;
38-
color: theme.$text-inverse;
3938
max-inline-size: convert.to-rem(288px);
4039
}
4140
}

0 commit comments

Comments
 (0)