@rabex-kit/rabex-ui 0.2.61 → 0.2.62

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.
@@ -4297,7 +4297,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4297
4297
  },
4298
4298
  light: {
4299
4299
  color: theme.palette.primary[500],
4300
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info(50), 0.5),
4300
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info[50], 0.5),
4301
4301
  border: "1px solid " + theme.palette.info[200]
4302
4302
  }
4303
4303
  },