6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
|
|
<ThemeProvider theme={defaultContrastThresholdTheme}>
|
||
|
|
<ContrastShowcase title="Default contrast threshold" />
|
||
|
|
</ThemeProvider>
|
||
|
|
<ThemeProvider theme={highContrastThresholdTheme}>
|
||
|
|
<ContrastShowcase title="Higher contrast threshold" />
|
||
|
|
</ThemeProvider>
|