You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Material-UI theme for Squonk applications. Can be used independently with just M
11
11
12
12
### Material UI
13
13
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.
15
15
16
16
```tsx
17
17
import { CssBaseline } from'@material-ui/core';
@@ -41,14 +41,6 @@ import { ThemeProvider } from '@emotion/react';
41
41
<ThemeProvidertheme={theme}>{...}</ThemeProvider>
42
42
```
43
43
44
-
### Styled Components
45
-
46
-
```tsx
47
-
import { ThemeProvider } from'styled-components';
48
-
49
-
<ThemeProvidertheme={theme}>{...}</ThemeProvider>
50
-
```
51
-
52
44
# Release Strategy
53
45
54
46
- Conventional commit messages are used to trigger new builds
0 commit comments