fix: A couple of dark mode styling issues
This commit is contained in:
@@ -11,7 +11,6 @@ const EditorStyles = styled.div<{
|
||||
flex-grow: ${(props) => (props.grow ? 1 : 0)};
|
||||
justify-content: start;
|
||||
color: ${(props) => props.theme.text};
|
||||
background: ${(props) => props.theme.background};
|
||||
font-family: ${(props) => props.theme.fontFamily};
|
||||
font-weight: ${(props) => props.theme.fontWeight};
|
||||
font-size: 1em;
|
||||
|
||||
Reference in New Issue
Block a user