gd-bs 6.5.0 → 6.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -226,7 +226,7 @@ var _Dropdown = /** @class */ (function (_super) {
226
226
  var toggle = this.el.querySelector(".dropdown-toggle");
227
227
  if (toggle && this._elMenu) {
228
228
  // Set the type, based on the current dropdown type
229
- var popoverType = popover_1.PopoverTypes.Light;
229
+ var popoverType = popover_1.PopoverTypes.LightBorder;
230
230
  switch (this.props.type) {
231
231
  case exports.DropdownTypes.Danger:
232
232
  case exports.DropdownTypes.OutlineDanger: