mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
f2e15e0754
commit
4b78b2e80d
1 changed files with 1 additions and 1 deletions
|
|
@ -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' }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue