3 lines
127 B
Plaintext
3 lines
127 B
Plaintext
|
|
<CssVarsProvider theme={customTheme}>
|
||
|
|
<Box sx={(theme) => theme.typography.h1}>This is a gradient h1</Box>
|
||
|
|
</CssVarsProvider>
|