Fix background colours on the notebooks
This commit is contained in:
@ -226,8 +226,6 @@ export function NotebookContent(props: NotebookContentProps): JSX.Element {
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
px: '20px',
|
||||
|
||||
bg: '$thLibrarySearchbox',
|
||||
'@mdDown': { p: '15px' },
|
||||
}}
|
||||
>
|
||||
|
||||
@ -36,7 +36,7 @@ export const NotebookHeader = (props: NotebookHeaderProps) => {
|
||||
p: '20px',
|
||||
borderTopLeftRadius: '10px',
|
||||
overflow: 'clip',
|
||||
background: '$thLibrarySearchbox',
|
||||
background: '$thNotebookBackground',
|
||||
zIndex: 10,
|
||||
borderBottom: '1px solid $thNotebookBorder',
|
||||
}}
|
||||
|
||||
@ -182,7 +182,6 @@ export function HighlightItemsLayout(
|
||||
flexGrow: '1',
|
||||
justifyContent: 'center',
|
||||
overflowY: 'scroll',
|
||||
bg: '$thLibrarySearchbox',
|
||||
'@lgDown': {
|
||||
display: 'none',
|
||||
flexGrow: 'unset',
|
||||
|
||||
Reference in New Issue
Block a user