@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.
- package/dist-node/index.js +2 -2
- package/dist-node/index.js.map +1 -1
- package/dist-src/button/Button.js +2 -2
- package/dist-web/index.js +2 -2
- package/dist-web/index.js.map +1 -1
- package/package.json +3 -3
package/dist-node/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
402
|
+
backgroundColorActive: ui.ColorDynamic.Blue50,
|
|
403
403
|
textColorDisabled: ui.ColorDynamic.Blue30
|
|
404
404
|
});
|
|
405
405
|
}
|