8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
|
|
<ThemeProvider theme={customTheme}>
|
||
|
|
<MyThemeComponent sx={{ m: 1 }} color="primary" variant="dashed">
|
||
|
|
Primary
|
||
|
|
</MyThemeComponent>
|
||
|
|
<MyThemeComponent sx={{ m: 1 }} color="secondary">
|
||
|
|
Secondary
|
||
|
|
</MyThemeComponent>
|
||
|
|
</ThemeProvider>
|