mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Consistent background color for highlight text areas
This commit is contained in:
parent
e4ae4a7e64
commit
21b5dc3133
1 changed files with 2 additions and 2 deletions
|
|
@ -211,11 +211,11 @@ function ModalHighlightView(props: ModalHighlightViewProps): JSX.Element {
|
|||
<StyledText
|
||||
css={{
|
||||
borderRadius: '6px',
|
||||
bg: '$grayBase',
|
||||
p: '16px',
|
||||
width: '100%',
|
||||
marginTop: '24px',
|
||||
color: '$grayText',
|
||||
bg: '#EBEBEB',
|
||||
color: '#3D3D3D',
|
||||
}}
|
||||
onClick={() => setIsEditing(true)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue