mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix background colours on the notebooks
This commit is contained in:
parent
178fa5e42d
commit
c055e3fe4b
3 changed files with 1 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue