8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
<React.Fragment>
|
||
|
|
<GlobalStyles
|
||
|
|
styles={(theme) => ({
|
||
|
|
h1: { color: theme.palette.primary.main },
|
||
|
|
})}
|
||
|
|
/>
|
||
|
|
<h1>Grey h1 element</h1>
|
||
|
|
</React.Fragment>
|