mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-05 19:34:14 +01:00
chore: split string tools ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user