Skip to content

Commit 55d7cbd

Browse files
authored
Merge pull request #7026 from IgniteUI/didimmova/fix-tooltip-7003
fix(tooltip): make tooltip visible in fluent theme
2 parents c522f1a + 52c4485 commit 55d7cbd

File tree

1 file changed

+4
-1
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_tooltip.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ $_fluent-tooltip: extend(
4646
$_fluent-shape-tooltip,
4747
(
4848
background: (
49-
igx-color: 'surface'
49+
igx-color: ('grays', 900)
50+
),
51+
text-color: (
52+
igx-contrast-color: ('grays', 900)
5053
)
5154
)
5255
);

0 commit comments

Comments
 (0)