File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
"react" : " ^18.2.0" ,
18
18
"react-code-preview-layout" : " ^3.0.1" ,
19
19
"react-dom" : " ^18.2.0" ,
20
- "styled-components" : " ^6.0.0-rc.3 "
20
+ "styled-components" : " ^6.0.0-rc.5 "
21
21
},
22
22
"devDependencies" : {
23
23
"@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { createGlobalStyle } from 'styled-components';
4
4
import '@wcj/dark-mode' ;
5
5
import App from './App' ;
6
6
7
- export const GlobalStyle = createGlobalStyle `
7
+ export const GlobalStyle = createGlobalStyle < any > `
8
8
[data-color-mode*='dark'], [data-color-mode*='dark'] body {}
9
9
[data-color-mode*='light'], [data-color-mode*='light'] body {
10
10
background-color: #f2f2f2;
You can’t perform that action at this time.
0 commit comments