main
Last change
on this file since 057453c was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
366 bytes
|
Rev | Line | |
---|
[5d6f37a] | 1 | import { Theme } from '@mui/material/styles';
|
---|
| 2 |
|
---|
| 3 | // ----------------------------------------------------------------------
|
---|
| 4 |
|
---|
| 5 | export function treeView(theme: Theme) {
|
---|
| 6 | return {
|
---|
| 7 | MuiTreeItem: {
|
---|
| 8 | styleOverrides: {
|
---|
| 9 | label: {
|
---|
| 10 | ...theme.typography.body2,
|
---|
| 11 | },
|
---|
| 12 | iconContainer: {
|
---|
| 13 | width: 'auto',
|
---|
| 14 | },
|
---|
| 15 | },
|
---|
| 16 | },
|
---|
| 17 | };
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.