diff --git a/react/MuiCozyTheme/helpers.js b/react/MuiCozyTheme/helpers.js index 933a46cd9..ab89d07e7 100644 --- a/react/MuiCozyTheme/helpers.js +++ b/react/MuiCozyTheme/helpers.js @@ -211,6 +211,6 @@ export const getFlagshipCssVar = position => * @returns {array} Array of Mui shadows */ export const makeShadows = (type, variant) => - [...Array(25)].map((_, index) => + [...Array(26)].map((_, index) => getCssVariableValue(`shadow${index}`, type, variant) )