import '@mui/material/styles'; import { createTheme } from '@mui/material/styles'; export const theme = createTheme({ palette: { primary: { main: 'rgb(0, 149, 246)', }, }, // components: { // MuiButton: { // styleOverrides: { // root: { // fontSize: '14px', // boxShadow: 'none', // '&:hover': { // boxShadow: 'none', // scale: 1, // }, // }, // }, // }, // MuiTextField: { // styleOverrides: { // root: { // '& .MuiInputBase-input': { // fontSize: '16px', // }, // '& .MuiInputLabel-root': { // fontSize: '16px', // }, // '& .MuiInputLabel-shrink': { // fontSize: '16px', // }, // '& .MuiFormHelperText-root': { // fontSize: '16px', // }, // }, // }, // }, // }, });