chore: split string tools ui

This commit is contained in:
Ibrahima G. Coulibaly 2024-06-21 20:06:07 +01:00
commit 2d30028775
17 changed files with 443 additions and 72 deletions

View file

@ -1,11 +1,12 @@
import {createTheme} from "@mui/material";
import { createTheme } from '@mui/material'
const theme = createTheme({
typography: {
button: {
textTransform: 'none'
}
}
});
},
palette: { background: { default: '#ebf5ff' } }
})
export default theme;
export default theme