@superdispatch/ui-lab 0.35.3 → 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.
@@ -77,7 +77,7 @@ function getNeutralVariables(size) {
77
77
  textColorHovered: ColorDynamic.Blue500,
78
78
  borderColorHovered: ColorDynamic.Blue500,
79
79
  backgroundColorHovered: ColorDynamic.Blue50,
80
- backgroundColorActive: ColorDynamic.Blue75,
80
+ backgroundColorActive: ColorDynamic.Blue50,
81
81
  textColorDisabled: ColorDynamic.Silver500,
82
82
  iconColor: ColorDynamic.Dark100
83
83
  });
@@ -101,7 +101,7 @@ function getTextVariables(size) {
101
101
  outlineColor: ColorDynamic.Blue30,
102
102
  textColorHovered: ColorDynamic.Blue500,
103
103
  backgroundColorHovered: ColorDynamic.Blue50,
104
- backgroundColorActive: ColorDynamic.Blue75,
104
+ backgroundColorActive: ColorDynamic.Blue50,
105
105
  textColorDisabled: ColorDynamic.Blue30
106
106
  });
107
107
  }
package/dist-web/index.js CHANGED
@@ -368,7 +368,7 @@ function getNeutralVariables(size) {
368
368
  textColorHovered: ColorDynamic.Blue500,
369
369
  borderColorHovered: ColorDynamic.Blue500,
370
370
  backgroundColorHovered: ColorDynamic.Blue50,
371
- backgroundColorActive: ColorDynamic.Blue75,
371
+ backgroundColorActive: ColorDynamic.Blue50,
372
372
  textColorDisabled: ColorDynamic.Silver500,
373
373
  iconColor: ColorDynamic.Dark100
374
374
  });
@@ -392,7 +392,7 @@ function getTextVariables(size) {
392
392
  outlineColor: ColorDynamic.Blue30,
393
393
  textColorHovered: ColorDynamic.Blue500,
394
394
  backgroundColorHovered: ColorDynamic.Blue50,
395
- backgroundColorActive: ColorDynamic.Blue75,
395
+ backgroundColorActive: ColorDynamic.Blue50,
396
396
  textColorDisabled: ColorDynamic.Blue30
397
397
  });
398
398
  }