File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ const Tooltip = styled(TooltipUnstyled)`
324
324
margin-left: -5px;
325
325
content: "";
326
326
border-width: 5px 5px 0;
327
- border-top-color: #000
327
+ border-top-color: ${ props . theme [ '$tooltip-arrow-color' ] } ;
328
328
}
329
329
330
330
&.tooltip.bs-tether-element-attached-left,
@@ -340,7 +340,7 @@ const Tooltip = styled(TooltipUnstyled)`
340
340
margin-top: -5px;
341
341
content: "";
342
342
border-width: 5px 5px 5px 0;
343
- border-right-color: #000
343
+ border-right-color: ${ props . theme [ '$tooltip-arrow-color' ] } ;
344
344
}
345
345
346
346
&.tooltip.bs-tether-element-attached-top,
@@ -356,7 +356,7 @@ const Tooltip = styled(TooltipUnstyled)`
356
356
margin-left: -5px;
357
357
content: "";
358
358
border-width: 0 5px 5px;
359
- border-bottom-color: #000
359
+ border-bottom-color: ${ props . theme [ '$tooltip-arrow-color' ] } ;
360
360
}
361
361
362
362
&.tooltip.bs-tether-element-attached-right,
@@ -372,7 +372,7 @@ const Tooltip = styled(TooltipUnstyled)`
372
372
margin-top: -5px;
373
373
content: "";
374
374
border-width: 5px 0 5px 5px;
375
- border-left-color: #000
375
+ border-left-color: ${ props . theme [ '$tooltip-arrow-color' ] } ;
376
376
}
377
377
378
378
& .tooltip-inner {
You can’t perform that action at this time.
0 commit comments