@superdispatch/ui-lab 0.36.0 → 0.36.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.
@@ -375,7 +375,7 @@ function getNeutralVariables(size) {
375
375
  textColorHovered: ui.ColorDynamic.Blue500,
376
376
  borderColorHovered: ui.ColorDynamic.Blue500,
377
377
  backgroundColorHovered: ui.ColorDynamic.Blue50,
378
- backgroundColorActive: ui.ColorDynamic.Blue75,
378
+ backgroundColorActive: ui.ColorDynamic.Blue50,
379
379
  textColorDisabled: ui.ColorDynamic.Silver500,
380
380
  iconColor: ui.ColorDynamic.Dark100
381
381
  });
@@ -399,7 +399,7 @@ function getTextVariables(size) {
399
399
  outlineColor: ui.ColorDynamic.Blue30,
400
400
  textColorHovered: ui.ColorDynamic.Blue500,
401
401
  backgroundColorHovered: ui.ColorDynamic.Blue50,
402
- backgroundColorActive: ui.ColorDynamic.Blue75,
402
+ backgroundColorActive: ui.ColorDynamic.Blue50,
403
403
  textColorDisabled: ui.ColorDynamic.Blue30
404
404
  });
405
405
  }