Files
react-test/docs/data/system/styled/UsingOptions.tsx.preview

8 lines
243 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<ThemeProvider theme={customTheme}>
<MyThemeComponent sx={{ m: 1 }} color="primary" variant="dashed">
Primary
</MyThemeComponent>
<MyThemeComponent sx={{ m: 1 }} color="secondary">
Secondary
</MyThemeComponent>
</ThemeProvider>