Fix background colours on the notebooks

This commit is contained in:
Jackson Harper
2023-06-27 18:50:55 +08:00
parent 178fa5e42d
commit c055e3fe4b
3 changed files with 1 additions and 4 deletions

View File

@ -226,8 +226,6 @@ export function NotebookContent(props: NotebookContentProps): JSX.Element {
height: '100%',
width: '100%',
px: '20px',
bg: '$thLibrarySearchbox',
'@mdDown': { p: '15px' },
}}
>

View File

@ -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',
}}

View File

@ -182,7 +182,6 @@ export function HighlightItemsLayout(
flexGrow: '1',
justifyContent: 'center',
overflowY: 'scroll',
bg: '$thLibrarySearchbox',
'@lgDown': {
display: 'none',
flexGrow: 'unset',