Consistent background color for highlight text areas
This commit is contained in:
@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user