Skip to content

Commit c8932f4

Browse files
authored
fix(tooltip): change themes import (#1663)
1 parent c459c4b commit c8932f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tooltip/tooltip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import IgcPopoverComponent, {
1616
type PopoverPlacement,
1717
} from '../popover/popover.js';
1818
import { TooltipRegexes, addTooltipController } from './controller.js';
19-
import { styles as shared } from './themes/shared/tooltip.common.css';
19+
import { styles as shared } from './themes/shared/tooltip.common.css.js';
2020
import { all } from './themes/themes.js';
2121
import { styles } from './themes/tooltip.base.css.js';
2222

0 commit comments

Comments
 (0)