MCPcopy
hub / github.com/twilio/twilio-video-app-react / ThemeOptions

Interface ThemeOptions

src/theme.ts:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
28const defaultTheme = createMuiTheme();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected