4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
|
|
<React.Fragment>
|
||
|
|
<GlobalStyles styles={{ h1: { color: 'grey' } }} />
|
||
|
|
<h1>Grey h1 element</h1>
|
||
|
|
</React.Fragment>
|