mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-15 12:28:33 +05:30
chore: split string tools ui
This commit is contained in:
parent
a6bd9ddd78
commit
2d30028775
17 changed files with 443 additions and 72 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue