mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-13 03:22:37 +05:30
feat: Split string
This commit is contained in:
parent
93113b15eb
commit
19f0de8909
18 changed files with 305 additions and 20 deletions
11
src/config/muiConfig.ts
Normal file
11
src/config/muiConfig.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import {createTheme} from "@mui/material";
|
||||
|
||||
const theme = createTheme({
|
||||
typography: {
|
||||
button: {
|
||||
textTransform: 'none'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
export default theme;
|
||||
Loading…
Add table
Add a link
Reference in a new issue