React Developers components
// const shadows = { // small: '0px 8px 8px rgba(6, 42, 84, 0.04)',, 84, 0.04)' // };
// const typography = { // fontFamily: { // quicksand: " Droid Sans, Helvetica Neue, sans-serif", // }, // fontWeight: { // 300: 300, // }, // lineHeight: { // 20: "20px", // }, // };
// const zIndex = { // mobileStepper: 1000, // };
// export const fontSizes = { // 8: "8px", //10px // };
// const shape = { // borderRadius: { // 8: "8px", //10px // } // };
export const theme: ThemeTypes = { palette: {
Blue: {
dark: {
5: '#F2F6FA'
},
},
shadows,
typography,
zIndex,
shape,
fontSizes,
};