Upgrade dependencies

This commit is contained in:
Luck
2023-12-03 11:29:57 +00:00
parent 52a0fbf6a9
commit b489e1c1c1
5 changed files with 440 additions and 550 deletions

View File

@@ -1,7 +1,6 @@
import { createGlobalStyle, ThemeProps } from 'styled-components';
import { Theme } from '../style/themes';
import { createGlobalStyle } from 'styled-components';
const EditorGlobalStyle = createGlobalStyle<ThemeProps<Theme>>`
const EditorGlobalStyle = createGlobalStyle`
html, body {
color-scheme: ${props => props.theme.lightOrDark};
scrollbar-color: ${props => props.theme.lightOrDark};