Skip to content
Snippets Groups Projects
Commit 952e638c authored by chris's avatar chris
Browse files

set background in panelGroup

parent 5ec8400c
No related branches found
No related tags found
1 merge request!174Theme
......@@ -11,6 +11,9 @@ import { grid, th } from '@pubsweet/ui-toolkit';
import EditorElements from './EditorElements';
const divider = css`
.panelGroup {
background: ${th('colorBackgroundHue')};
}
.divider {
> div {
background: ${th('colorBorder')};
......@@ -91,7 +94,6 @@ const EditorContainer = styled.div`
`;
const CommentsContainer = styled.div`
background: ${th('colorBackgroundHue')};
display: flex;
flex-direction: column;
width: 35%;
......@@ -107,6 +109,7 @@ const CommentsContainerNotes = styled.div`
`;
const NotesAreaContainer = styled.div`
background: #fff;
display: flex;
flex-direction: row;
width: 100%;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment