Skip to content

Commit 08a7222

Browse files
committed
BsTooltip: fix bug tooltip arrow color
1 parent 6532812 commit 08a7222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Tooltip/tooltip.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
&:before {
2727
border-color: transparent;
2828
border-style: solid;
29+
color: var(--#{vars.$prefix}tooltip-bg);
2930
content: "";
3031
position: absolute;
3132
}

0 commit comments

Comments
 (0)