Use the omnivoreYellow background on the highlight view

The highlightBackground colour is now used for the background
highlight color when text is selected.
This commit is contained in:
Jackson Harper 2022-02-23 13:39:56 -08:00
parent f2e15e0754
commit 4b78b2e80d

View file

@ -25,7 +25,7 @@ export function HighlightView(props: HighlightViewProps): JSX.Element {
})
return (
<VStack css={{ width: '100%', bg: '$highlightBackground', p: '20px' }}>
<VStack css={{ width: '100%', bg: '$omnivoreYellow', p: '20px' }}>
<StyledQuote>
{props.highlight.prefix}
<SpanBox css={{ bg: '$highlight', p: '1px', borderRadius: '2px' }}>