@groupeactual/ui-kit 0.4.19 → 0.4.20

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/cjs/index.js CHANGED
@@ -51148,6 +51148,11 @@ var useMaterialThemeCss = function (muiTokens) {
51148
51148
  return {
51149
51149
  components: __assign(__assign(__assign(__assign({}, TextFieldCss(muiTokens)), ButtonCss(muiTokens)), AccordionCss()), { MuiCssBaseline: {
51150
51150
  styleOverrides: {
51151
+ body: {
51152
+ backgroundColor: 'inherit',
51153
+ color: 'inherit',
51154
+ fontWeight: 400
51155
+ },
51151
51156
  '@font-face': {
51152
51157
  fontFamily: 'Roboto'
51153
51158
  }