@luminati-io/uikit 6.3.91-beta.3 → 6.3.92

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.
@@ -61489,7 +61489,7 @@ var getButtonColors = function getButtonColors(props) {
61489
61489
  primary: {
61490
61490
  color: color.button_primary_text,
61491
61491
  backColor: color.button_primary_bg,
61492
- separator: "1px solid ".concat(color.button_primary_text),
61492
+ separator: "1px solid ".concat(color.bg),
61493
61493
  hover: {
61494
61494
  backColor: color.button_primary_bg_hover
61495
61495
  },
@@ -61513,7 +61513,7 @@ var getButtonColors = function getButtonColors(props) {
61513
61513
  negative: {
61514
61514
  color: color.button_negative_text,
61515
61515
  backColor: color.button_negative_bg,
61516
- separator: "1px solid ".concat(color.button_negative_text),
61516
+ separator: "1px solid ".concat(color.bg),
61517
61517
  hover: {
61518
61518
  backColor: color.button_negative_bg_hover
61519
61519
  },