@iobroker/adapter-react-v5 6.0.11 → 6.0.12

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/Theme.js +2 -3
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -771,8 +771,8 @@ The best practice is to replace `padding` with `p` and `margin` with `m`, so you
771
771
  -->
772
772
 
773
773
  ## Changelog
774
- ### 6.0.11 (2024-06-29)
775
- * (bluefox) Added support of the overrides in the theme
774
+ ### 6.0.12 (2024-06-29)
775
+ * (bluefox) Added support for the overrides in the theme
776
776
 
777
777
  ### 6.0.10 (2024-06-27)
778
778
  * (bluefox) Added translation
package/Theme.js CHANGED
@@ -273,9 +273,8 @@ function customTheme(type, overrides) {
273
273
  mode: 'light',
274
274
  primary: {
275
275
  main: '#3399CC',
276
- light: undefined,
277
- dark: undefined,
278
- contrastText: undefined,
276
+ dark: '#256c97',
277
+ light: '#76d0fd',
279
278
  },
280
279
  secondary: {
281
280
  main: '#164477',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "6.0.11",
3
+ "version": "6.0.12",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",