| 14 | |
| 15 | // allow configuration using `createMuiTheme` |
| 16 | interface ThemeOptions { |
| 17 | sidebarWidth?: number; |
| 18 | sidebarMobileHeight?: number; |
| 19 | brand: string; |
| 20 | footerHeight: number; |
| 21 | mobileTopBarHeight: number; |
| 22 | mobileFooterHeight: number; |
| 23 | sidebarMobilePadding: number; |
| 24 | participantBorderWidth: number; |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | const defaultTheme = createMuiTheme(); |
nothing calls this directly
no outgoing calls
no test coverage detected