diff --git a/less/variables.less b/less/variables.less index 5be258be77..48b9834561 100644 --- a/less/variables.less +++ b/less/variables.less @@ -528,7 +528,7 @@ //** Popover arrow width @popover-arrow-width: 10px; //** Popover arrow color -@popover-arrow-color: #fff; +@popover-arrow-color: @popover-bg; //** Popover outer arrow width @popover-arrow-outer-width: (@popover-arrow-width + 1);