@superdispatch/ui-lab 0.45.0 → 0.46.0
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 -1
- package/dist-node/index.js.map +1 -1
- package/dist-src/button/Button.js +2 -1
- package/dist-web/index.js +2 -1
- package/dist-web/index.js.map +1 -1
- package/package.json +3 -3
package/dist-node/index.js
CHANGED
|
@@ -360,6 +360,7 @@ function getDefaultVariables(size) {
|
|
|
360
360
|
textColorHovered: ui.Color.White,
|
|
361
361
|
backgroundColorHovered: ui.ColorDynamic.Blue500,
|
|
362
362
|
backgroundColorActive: ui.ColorDynamic.Blue400,
|
|
363
|
+
textColorDisabled: ui.Color.White50,
|
|
363
364
|
backgroundColorDisabled: ui.ColorDynamic.Blue30
|
|
364
365
|
});
|
|
365
366
|
}
|
|
@@ -422,7 +423,7 @@ function getSuccessVariables(size) {
|
|
|
422
423
|
backgroundColor: ui.ColorDynamic.Green300,
|
|
423
424
|
backgroundColorHovered: ui.ColorDynamic.Green500,
|
|
424
425
|
backgroundColorActive: ui.ColorDynamic.Green500,
|
|
425
|
-
textColorDisabled: ui.Color.
|
|
426
|
+
textColorDisabled: ui.Color.White50,
|
|
426
427
|
backgroundColorDisabled: ui.ColorDynamic.Green30
|
|
427
428
|
});
|
|
428
429
|
}
|