@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.
- package/README.md +2 -2
- package/Theme.js +2 -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.
|
|
775
|
-
* (bluefox) Added support
|
|
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
|
-
|
|
277
|
-
|
|
278
|
-
contrastText: undefined,
|
|
276
|
+
dark: '#256c97',
|
|
277
|
+
light: '#76d0fd',
|
|
279
278
|
},
|
|
280
279
|
secondary: {
|
|
281
280
|
main: '#164477',
|