cozy-ui 103.8.0 → 103.8.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [103.8.1](https://github.com/cozy/cozy-ui/compare/v103.8.0...v103.8.1) (2024-02-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* The background of ListSubHeader should use the default background ([fa58546](https://github.com/cozy/cozy-ui/commit/fa58546))
|
|
7
|
+
|
|
1
8
|
# [103.8.0](https://github.com/cozy/cozy-ui/compare/v103.7.0...v103.8.0) (2024-02-27)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -344,7 +344,7 @@ export const makeLightNormalOverrides = theme => ({
|
|
|
344
344
|
backgroundColor: theme.palette.background.contrast
|
|
345
345
|
},
|
|
346
346
|
sticky: {
|
|
347
|
-
backgroundColor: theme.palette.background.
|
|
347
|
+
backgroundColor: theme.palette.background.default
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
350
|
MuiListItemText: {
|
|
@@ -322,7 +322,7 @@ export var makeLightNormalOverrides = function makeLightNormalOverrides(theme) {
|
|
|
322
322
|
backgroundColor: theme.palette.background.contrast
|
|
323
323
|
}),
|
|
324
324
|
sticky: {
|
|
325
|
-
backgroundColor: theme.palette.background.
|
|
325
|
+
backgroundColor: theme.palette.background.default
|
|
326
326
|
}
|
|
327
327
|
},
|
|
328
328
|
MuiListItemText: {
|