Skip to content

Commit 55eb1be

Browse files
committed
docs: update Material UI version in README and remove Styled Components example
1 parent 442856e commit 55eb1be

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Material-UI theme for Squonk applications. Can be used independently with just M
1111

1212
### Material UI
1313

14-
The colour scheme provides both a light and a dark theme. Mui v6 will automatically switch between schemes via media queries, taking into account the users system preference.
14+
The colour scheme provides both a light and a dark theme. Mui v7 will automatically switch between schemes via media queries, taking into account the users system preference.
1515

1616
```tsx
1717
import { CssBaseline } from '@material-ui/core';
@@ -41,14 +41,6 @@ import { ThemeProvider } from '@emotion/react';
4141
<ThemeProvider theme={theme}>{...}</ThemeProvider>
4242
```
4343

44-
### Styled Components
45-
46-
```tsx
47-
import { ThemeProvider } from 'styled-components';
48-
49-
<ThemeProvider theme={theme}>{...}</ThemeProvider>
50-
```
51-
5244
# Release Strategy
5345

5446
- Conventional commit messages are used to trigger new builds

0 commit comments

Comments
 (0)